Resources:
CP_Algorithms
Suffix Array
stanford.edu
CommonLounge
Youtube:
Suffix array playlist
Complexity: O(Nlog^2(n))
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To...
স্ট্রংলি কানেক্টেড কম্পোনেন্ট
Resource:
গ্রাফ থিওরিতে হাতেখড়ি ১৪ – স্ট্রংলি কানেক্টেড কম্পোনেন্ট
Finding strongly connected components Building condensation graph
This file contains bidirectional...
Lost Numbers
Lost Numbers
Solution 01: partially AC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional...
Permutations
Permutations
Help
Solution 01:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
...
Index
DATA STRUCTURE:
1. Disjoint Set Union
2. ট্রাই ট্রি ( Trie Tree )
3. Fenwick (Binary Indexed) Trees
4. Segment Tree
5. পলিসি বেইজড ডাটা স্ট্রাকচার (PBDS)
6. Binary Search Tree (BST)
DP:
1. Travelling Salesman Problem
2. Binomial Coefficient
GRAPH THEORY:
1. Breadth First Search
2. Dijkstra Algorithm
3. Topological Sorting
4. Articulation...
In the beginning of the system!
In the beginning of the system!
Eexplanation: Implicit cartesian tree in GNU C++ STL.
Topic: PBDS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that...
পলিসি বেইজড ডাটা স্ট্রাকচার (PBDS)
পলিসি বেইজড ডাটা স্ট্রাকচার (PBDS)
Implicit cartesian tree in GNU C++ STL.
C++ STL: Policy based data structures
Cartesian tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file...