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。多謝!繼續搖擺?
這個項目需要您的目標。別忘了離開星星。