Skip to content

dichev/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms & Data structures

# Active the env:
uv sync
source .venv/Scripts/activate

# Run all scripts:
sh run_all.sh

# List all scripts:
find . -mindepth 2 -path './.venv*' -prune -o -type f -name "*.py" -printf "python -m %P\n" | sed 's|/|.|g; s|\.py$||'

# Run a specific script:
python -m search.binary_search_2d_matrix

Data Structures

Arrays

Backtracking

Binary

Binary Search Tree

Dynamic Programming

Graphs

Graphs Algorithms

Hashmaps

Heaps

Linked Lists

Matrices

Other

Queues

Search

Sorting

Spanning Trees

Stacks

Strings

Trees

Tries

Union Find

About

Algorithms & Data structures

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors