These're the posts that I'm using for concept revision and for improving on struggling concepts. The links are given in a more or less relevantly sorted order.
Binary Search
https://leetcode.com/discuss/study-guide/786126/Python-Powerful-Ultimate-Binary-Search-Template.-Solved-many-problems
Monotic queue and stacks
https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k/discuss/204290/Monotonic-Queue-Summary
https://leetcode.com/problems/sum-of-subarray-minimums/discuss/178876/stack-solution-with-very-detailed-explanation-step-by-step
Prefix Sum
https://leetcode.com/discuss/general-discussion/563022/prefix-sum-problems
Bit Manipulation
https://leetcode.com/problems/sum-of-two-integers/discuss/84278/A-summary%3A-how-to-use-bit-manipulation-to-solve-problems-easily-and-efficiently
Greedy
https://leetcode.com/discuss/general-discussion/1061059/ABCs-of-Greedy
Backtracking
https://leetcode.com/problems/permutations/discuss/18284/Backtrack-Summary:-General-Solution-for-10-Questionsh
DP
https://leetcode.com/discuss/general-discussion/458695/dynamic-programming-patterns
Graph Algorithms in Python
https://leetcode.com/discuss/general-discussion/971272/Python-Graph-Algorithms-One-Place-for-quick-revision