Skip to content

Latest commit

 

History

History
84 lines (74 loc) · 7.74 KB

algorithms.md

File metadata and controls

84 lines (74 loc) · 7.74 KB

Algorithms and Data Structures - Speedrun / Practice

Notes

The following is a list of practice problems for studying algorithms and data structures.

Recommendation: select one programming language and complete all of the problems using that language. If you want to add an additional language, complete them all in the language you selected first, then repeat them with your second language choice. Good choices for a first language are C++ (runs fast) and Python (fast to code), though any language will work (yes, including JavaScript).

Projects

Prep

If you need to study before diving in:

Prep - Intro for beginners

Prep - Python version

Prep - Java version

Prep - C++ Version

Prep - Mathematics / Algorithms to go with any other language of your choice

Advanced Mathematics / Algorithms

(addon to any of the other preps if you want to dive even deeper)