Skip to content
forked from nb2998/DS_Algo

Make your first open source contribution this Hacktoberfest!

Notifications You must be signed in to change notification settings

Dovacody/DS_Algo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS_Algo

Make your first open source contribution! ✨

Some guidelines

  • The repository consists of a variety of data structures and algorithms.
  • Feel free to add new ones if they don't exist already in a language.
  • If the same code exists in another language, add the code in your preferred language to the same package/folder.

How to begin?

  • Fork the repository
  • Clone your local repository
  • Make changes in your local system
  • Add the changes using git add .
  • Commit the changes using git commit -m "Added xyz algo"
  • Push the changes using git push origin master

About

Make your first open source contribution this Hacktoberfest!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.4%
  • Python 11.4%
  • C++ 10.8%
  • C 2.0%
  • Kotlin 1.4%