Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A repo to contains data structure s and algorithms, regardless of language.

License

NotificationsYou must be signed in to change notification settings

geekboi777/Hacktoberfest-Data-Structure-and-Algorithms

 
 

Repository files navigation

A repository containing data structures and algorithms, regardless of language.

Not Affiliated with Digital Ocean or Hacktoberfest

Hacktoberfest

CONTRIBUTING!

Contributing to this repo

Implementing new File/Directory Structure

  • Try to keep things as modular as possible, the new file/directory structure should be:
/data_structures/structure/language/fileex: /data_structures/char_stack/cpp/cstack.cpp/algorithms/algorithm/language/fileex: /algorithms/bubble_sort/cpp/bubble_sort.cpp

How To:

  1. Fork Repo on Web Page
  2. git clone https://github.com/{your-username}/Hacktoberfest-Data-Structure-and-Algorithms
  3. Code your files in the proper directory based on the instructions above
  4. add all your filesgit add your/directory/path/to/file/ (see new directory structure above)
  5. commit your file changesgit commit -m "Whatever you did here, e.g. created linkedlist class in C++"
  6. push your changesgit push
  7. Create a Pull Request to master on Web Page

Alternate via Web

  1. Fork Repo on Web Page
  2. Make your changes on your forked repo
  3. Make Pull Request to master

Credits

Logo created with:http://logomakr.com

About

A repo to contains data structure s and algorithms, regardless of language.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java33.3%
  • C++26.5%
  • C11.3%
  • Python8.5%
  • JavaScript6.8%
  • C#4.0%
  • Other9.6%

[8]ページ先頭

©2009-2026 Movatter.jp