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 hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears...
Share:

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

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

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

March Easy' 19

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

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...
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 hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor...
Share:

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

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

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

About

let's start CODE

Popular Posts