GithubHelp home page GithubHelp logo

a-r-rony / data-structure-and-algorithms Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 240 KB

Home Page: https://a-r-rony.github.io/Data-structure-and-Algorithms/

C++ 100.00%
algorithm atcoder codechef codeforces competitive-programming data-structures lightoj cses-problem-set hackerrank

data-structure-and-algorithms's Introduction

Data-structure-and-Algorithms

Data Structure

LCA Practice Problems

Problem-01 (LCA Basic Code: Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Binary Lifting Practice Problems

Problem-01 : Solution by ar_rony1

DSU
Dsu Basic Code

Basic DSU Code

Dsu Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

Segment Tree
Segment Tree Basic Code

Code

Segment Tree Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

Problem-06 : Solution by ar_rony1

Problem-07 : Solution by ar_rony1

Problem-08 : Solution by ar_rony1

Problem-09 : Solution by ar_rony1

Problem-10 : Solution by ar_rony1

Problem-11 : Solution by ar_rony1

Problem-12 : Solution by ar_rony1

Problem-13 : Solution by ar_rony1

Problem-14 : Solution by ar_rony1

Problem-15 : Solution by ar_rony1

Problem-16 : Solution by ar_rony1

Problem-17 : Solution by ar_rony1

Problem-18 : Solution by ar_rony1

Problem-19 : Solution by ar_rony1

Problem-20 (XOR segment tree): Solution by ar_rony1

Problem-21 : Solution by ar_rony1

Problem-22 : Solution by ar_rony1

Problem-23 : Solution by ar_rony1

Problem-24 : Solution by ar_rony1

Problem-25 : Solution by ar_rony1

Problem-26 : Solution by ar_rony1

Problem-27 : Solution by ar_rony1

Trie Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

Problem-06 : Solution by ar_rony1

Problem-07 : Solution by ar_rony1

Problem-08 : Solution by ar_rony1

Problem-09 : Solution by ar_rony1

Dynamic Programming

Recursion Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

0/1 Knapsack Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

Problem-06 : Solution by ar_rony1

Problem-07 : Solution by ar_rony1

Problem-08 : Solution by ar_rony1

Problem-09 : Solution by ar_rony1

Problem-10 : Solution by ar_rony1

Problem-11 : (Solution - 1 by ar_rony1) , (Solution - 2 by ar_rony1)

Problem-12 : Solution by ar_rony1

Problem-13 : Solution by ar_rony1

Problem-14 : Solution by ar_rony1

Problem-15 : Solution by ar_rony1

Problem-16 : Solution by ar_rony1

Problem-17 : Solution by ar_rony1

Problem-18 : Solution by ar_rony1

Problem-19 : Solution by ar_rony1

Problem-20 : Solution by ar_rony1

Problem-21 : Solution by ar_rony1

Problem-22 : Solution by ar_rony1

Problem-23 : Solution by ar_rony1

Problem-24 : Solution by ar_rony1

Problem-25(one time memoization) : Solution by ar_rony1

Problem-26(one time memoization) : Solution by ar_rony1

Linear Dp practice problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Digit Dp practice problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 (from L to R) : Solution by ar_rony1

Bitmask Dp practice problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

Problem-06 : Solution by ar_rony1

Problem-07 : Solution by ar_rony1

Non-trivial DP Tricks and Techniques

Do we really need to visit all the states? : | problem link | Solution by ar_rony1

Open and Close Interval Trick : | problem: 1 , Solution | problem: 2 , Solution

Graph

0-1 BFS practice problems

Problem-01 (0-1 BFS Basic Code: Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Strongly connected component (KosaRaju's Algo)
Strongly connected component Basic Code

Strongly connected component

Strongly connected component Practice Problems

Problem-01 : Solution by ar_rony1

BFS
BFS Basic Code

BFS Basic Code

BFS Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

Problem-06 : Solution by ar_rony1

Problem-07 : Solution by ar_rony1

Problem-08 : Solution by ar_rony1

DP ON TREE Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

Company Queries I - Solution by ar_rony1

Company Queries II - Solution by ar_rony1

Distance Queries - Solution by ar_rony1

Counting Paths - Solution by ar_rony1

Subtree Queries - Solution by ar_rony1

Path Queries - Solution by ar_rony1

Distinct Colors - Solution by ar_rony1

DFS
DFS Basic Code

DFS Basic Code

DFS Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

Problem-06 : Solution by ar_rony1

Problem-07 : Solution by ar_rony1

Problem-08 : Solution by ar_rony1

Problem-09 : Solution by ar_rony1

Problem-10 : Solution by ar_rony1

Problem-11 : Solution by ar_rony1

Problem-12 : Solution by ar_rony1

Problem-13 : Solution by ar_rony1

Problem-14 : Solution by ar_rony1

Problem-15 (Bipertite Graph) : Solution by ar_rony1

Problem-16 : Solution by ar_rony1

Problem-17 : Solution by ar_rony1

Problem-18 : Solution by ar_rony1

Problem-19 : Solution by ar_rony1

Problem-20 : Solution by ar_rony1

Problem-21 : Solution by ar_rony1

Problem-22 : Solution by ar_rony1

Problem-23 (cycle detect in directed graph): Solution by ar_rony1

Problem-24 : Solution by ar_rony1

Problem-25 : Solution by ar_rony1

Problem-26 : Solution by ar_rony1

Problem-27 : Solution by ar_rony1

Problem-28 : Solution by ar_rony1

Problem-29 : Solution by ar_rony1

Problem-30 : Solution by ar_rony1

Problem-31 : Solution by ar_rony1

Problem-32 : Solution by ar_rony1

Problem-33 : Solution by ar_rony1

Problem-34 : Solution by ar_rony1

Problem-35 : Solution by ar_rony1

Floyd-Warshall Algorithm Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Number Theory

Number Theory Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

Problem-06 : Solution by ar_rony1

Problem-07 : Solution by ar_rony1

Problem-08 : [J] Solution by ar_rony1

Problem-09 : Solution by ar_rony1

Problem-10 : Solution by ar_rony1

Problem-11 : Solution by ar_rony1

Problem-12 : Solution by ar_rony1

Problem-13 : Solution by ar_rony1

Problem-14 : Solution by ar_rony1

Problem-15 : Solution by ar_rony1

Problem-16 : Solution by ar_rony1

Problem-17 : Solution by ar_rony1

Problem-18 : Solution by ar_rony1

Problem-19 : Solution by ar_rony1

Problem-20 : Solution by ar_rony1

Problem-21 : Solution by ar_rony1

Problem-22 : Solution by ar_rony1

Problem-23 (Mod Inverse) : Solution by ar_rony1

Matrix Exponentiation Practice Problems

Classical Matrix Exponentiation : Code

Problem-01 : Solution by ar_rony1

Problem-02 :

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Binary and Ternary Search

Ternary Search Practice Problems

Problem-01 : Solution by ar_rony1

Binary Search Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

Problem-04 : Solution by ar_rony1

Problem-05 : Solution by ar_rony1

Problem-06 : Solution by ar_rony1

Problem-07 : Solution by ar_rony1

Problem-08 : Solution by ar_rony1

Problem-09 : Solution by ar_rony1

Problem-10 : Solution by ar_rony1

Problem-11 : Solution by ar_rony1

Problem-12 : Solution by ar_rony1

Problem-13 : Solution by ar_rony1

String

KMP and LPS or Phi array Practice Problems

Classical KMP & LPS : Code

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

String Hashing

Problem-01 : Solution by ar_rony1

Problem-02 : (template) Solution by ar_rony1

Problem-03 : Solution by ar_rony1

combinatorics

Cominatorics Practice Problems

Problem-01 : Solution by ar_rony1

Problem-02 : Solution by ar_rony1

Problem-03 : Solution by ar_rony1

data-structure-and-algorithms's People

Contributors

a-r-rony avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.