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 ، والذي يتضمن تنفيذ قائمة متضاعفة ومرتبطة بشكل فردي. يمكنك إضافة لك دليل جديد عكس ، ثم اكتب الحل واختباره هناك.
يمكن لأي شخص أيضًا إضافة اختبارات لها في المستقبل لتعلمها.
هل تعتقد أنك مستعد ❔ اصنع العلاقات العامة؟
شكرًا جزيلاً على قضاء وقتك في المساعدة في إضافة المزيد من alogrithms في بنية البيانات والمعايرة. شكرًا جزيلاً! الحفاظ على هزاز؟
هذا المشروع يحتاج إلى ️ منك. لا تنس أن تترك نجمة ️.