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ディレクトリがあります。これには、完全に二重にリンクされたリストの実装が含まれています。新しいディレクトリを逆転させて追加してから、ソリューションを書き、そこでテストすることができます。
誰でも、それを学ぶために将来そのテストを追加することもできます。
準備ができていると思います❔PRを作る?
Data-structure and-Algorithm-in-PYにさらにAlogrithmsを追加するのを手伝ってくれてありがとう。どうもありがとう!揺れ続けますか?
このプロジェクトには、あなたからの€が必要です。星を離れることを忘れないでくださいするまで。