Resources:
CP_Algorithms
Suffix Array
stanford.edu
CommonLounge
Youtube:
Suffix array playlist
Complexity: O(Nlog^2(n))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears...
স্ট্রংলি কানেক্টেড কম্পোনেন্ট
Resource:
গ্রাফ থিওরিতে হাতেখড়ি ১৪ – স্ট্রংলি কানেক্টেড কম্পোনেন্ট
Finding strongly connected components Building condensation graph
This file contains hidden or...
Lost Numbers
Lost Numbers
Solution 01: partially AC
This file contains hidden or 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 hidden or 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...
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 hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor...
পলিসি বেইজড ডাটা স্ট্রাকচার (PBDS)
পলিসি বেইজড ডাটা স্ট্রাকচার (PBDS)
Implicit cartesian tree in GNU C++ STL.
C++ STL: Policy based data structures
Cartesian tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open...
1049 - One Way Roads
1049 - One Way Roads
Topic: DFS
concept: কস্টকে ডিরেক্টটেড ধরবো তারপর আনডিক্টটেড গ্রাফ এ ডিএফএস চালাবো.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that...
1263 - Equalizing Money
1263 - Equalizing Money
Topic: BFS
Concept: সব গুলা কম্পোনেন্ট এ চেক করবো সমান পরিমান টাকা আছে কিনা।
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that...