/Algorithm_

This repository is intended to organize everything about algorithms that I have studied, including concepts, previously solved problems and even data structure.

Primary LanguageC++

Algorithm & Data structure

This repository is intended to organize everything about 
algorithms and data structures that I have learned, 
including concepts and previously solved problems. 
I hope you enjoy my contents.

📌 Purpose

  • To overcome my weak algorithm skills
  • I want to easily check and review everything I have studied before

📌 Status Table

  • Status of algorithm
  • DS : Data Structure              Algo : Algorithm
  • Status :   complete( 🟢 )  -  working( 🟡 )  -  next( 🔴 )

    Contents Status
    Problems Belong
    DAT 🟢 - DS
    DFS +0 Algo
    BFS +0 Algo
    Queue - DS
    Tree - DS
    Dijkstra 🟡 +0 Algo
    FloodFill 🔴 +0 Algo
    Binary Search +0 Algo
    Parametric Search +0 Algo
    Two Pointer +0 Algo
    Prefix Sum +0 Algo
    Dinamic Programming +0 Algo

📌 Concept

  • There are two categories DataStructure and Algorithm
  • Both categories are for wrapping up the basic concepts
  • Including text, picture and simple basic codes

📌 Problems