let's start Code

Suffix Array

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...
Share:

স্ট্রংলি কানেক্টেড কম্পোনেন্ট

                               Resource: গ্রাফ থিওরিতে হাতেখড়ি ১৪ – স্ট্রংলি কানেক্টেড কম্পোনেন্ট Finding strongly connected components Building condensation graph This file contains bidirectional...
Share:

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...
Share:

March Easy' 19

March Easy' 19 1. Permutations 2. Lost Numbe...
Share:

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 ...
Share:

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...
Share:

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...
Share:

পলিসি বেইজড ডাটা স্ট্রাকচার (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...
Share:

About

let's start CODE

Popular Posts