¡Cualquiera puede contribuir a esta repositry!
¡Para hacer un entorno sin problemas, les suplico a todos ( mientras contribuyen ) que sigan las instrucciones mencionadas a continuación!
Felices presentaciones?
# 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 Por ejemplo, por lo que su estructura de directorio podría ser así;
- 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
Ya existe un directorio de LinkedList, que incluye la implementación completa de la lista vinculada doblemente y individualmente. Puede agregar el suyo que tiene un nuevo directorio revocadoramente, luego escribir la solución y probarla allí.
Cualquiera también podría agregar pruebas en el futuro para aprenderlo.
Crees que estás listo ❔ ¿Hacer el PR?
Muchas gracias por pasar su tiempo ayudando a agregar más alogritmos en la estructura de datos y algoritmo en PY. ¡Muchas gracias! ¿Sigue balanceándose?
Este proyecto necesita un ️ de usted. No olvides dejar una estrella pelAMA.