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
링크드리스트 디렉토리가 이미 있으며, 여기에는 전체 이중적이고 단일 링크 된 목록 구현이 포함되어 있습니다. 새로운 디렉토리가 반대로 된 다음 솔루션을 작성하고 테스트 할 수 있습니다.
누구나 미래에 테스트를 추가하여 배우기 위해 테스트를 추가 할 수 있습니다.
준비된 것 같아요 the PR을 만드시겠습니까?
데이터 구조 및 angorithm-in-py에 더 많은 alogrithms를 추가하는 데 도움이되는 시간을 보내 주셔서 감사합니다. 정말 감사합니다! 계속 흔들?
이 프로젝트는 당신에게서 님이 필요합니다. 별을 떠나는 것을 잊지 마십시오.