DATA STRUCTURE AND ALGORITHM IN PY
1.0.0
任何人都可以为此存储库做出贡献!
为了制作无忧的环境,我恳求大家(同时贡献)遵循下面提到的说明!
愉快的提交?
# clone the repository to your local machine
$ git clone https://github.com/ < YOUR-GITHUB-USERNAME > /DATA-STRUCTURE-AND-ALGORITHM-IN-PY.git
# navigate to the project's directory and install all the relevant dev-dependencies
$ cd DATA-STRUCTURE-AND-ALGORITHM-IN-PY
- Add your submissions for the milestone you are working on in the respective milestone folder
- Once you have made your changes, run the following command:
` ` ` bash
# add your changes
$ git add .
# make your commit
$ git commit -m " <YOUR-COMMIT-MESSAGE> "
# push your changes
$ git push -u origin master # for first time push
$ git push #from second push onwards 例如,您的目录结构可能就是这样。
- DATA-STRUCTURE-AND-ALGORITHM-IN-PY
- LinkedList
- Doubly
- Singly
- ReversedSingly <----------- This will be your newly created folder
- solution.py <----------- Write the code for the implementation here
- test_solution.py <----------- Write a test for it here to make sure it's working
已经有一个LinkedList目录,其中包括完整的双重和单独的链接列表实现。您可以添加您的新目录相反,然后编写解决方案并在那里进行测试。
任何人还可以在将来为它添加测试以学习它。
认为您准备好了❔做公关?
非常感谢您花费时间来帮助您在数据结构和叠加中添加更多的Alegrithm。多谢!继续摇摆?
这个项目需要您的目标。别忘了离开星星。