nedleeds / Algorithm_

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%