Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

My Algorithms (Pseudocode)

This repo is where I’m keeping all the algorithms I practice, written in pseudocode. It’s just for my own learning and reference.


What’s inside

  • Sorting (Insertion, Merge, Quick, etc.)
  • Searching (Linear, Binary, etc.)
  • Graph stuff (BFS, DFS)
  • Other algorithms I learn along the way

Why pseudocode?

Because it’s easier to focus on the logic first without worrying about language syntax.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors