Skip to content

This is the collection of solutions to some computer problems, mainly leetcode

Notifications You must be signed in to change notification settings

emikhalev/algorithm

Repository files navigation

Algorithms

This is the collection of solutions to some computer problems that I have solved.

Problems from the leetcode website located in "leetcode"

Some data structures implementations located in "data_structures"

How-to run

You may use "make test" command to run tests