Skip to content

Here you can find some examples of basic data structures and algorithms.

License

Notifications You must be signed in to change notification settings

valentin-naboka/algorithms-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithms-examples

Here you can find some examples of basic data structures and algorithms.

Implemented:

  • stack data structure

  • queue data structure

  • tree traversal, both recursive and stack/queue implementations (pre-order, post-order, in-order, level-order)

To run tests: go test /....

About

Here you can find some examples of basic data structures and algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages