Back to the Future is a basic beginner friendly repository to help users learn and contribute towards open source and Kickstart your journey
What is Hacktoberfest 2022? HacktoberFest 2022 is the 9th edition of Hacktoberfest hosted by DigitalOcean. It is an open source festival celebrated during October every year, encouraging people worldwide to actively participate and contribute to participating open source projects hosted across GitHub and GitLab.
- Fork the Repository
- Have a look at issues with hacktoberfest tag!
- Clone The Repository and move inside it
git clone https://github.com/IEEE-VIT/back-to-future && cd back-to-future
- Create a new branch with your algorithm name/feature name
git branch <name>
- Commit your changes
- Push the changes to your fork!
git add .
git commit -m "Your feature description"
git push origin <your branch name>
- All set, Feel free to contribute and send a Pull Request
- Wait for your PR to be reviewed and merged
Language
├─ A*.
├─ Armstrong_no.
├─ binarysearch.
├─ binarytree.
├─ bubblesort.
├─ BST Implementation
├─ BST Searching
├─ bucketsort.
├─ checkPrime.
├─ duplicatechars.
├─ eval.
├─ Expressiontree
├─ fibonacci.
├─ heapsort.
├─ helloworld.
├─ infixtopostfix.
├─ linearsearch.
├─ linkedlist.
├─ linkedlist_queue.
├─ linkedlist_sort.
├─ mergesort.
├─ priorityQueue
├─ Segment Tree
|─ second_largest_score.
├─ selectionsort.
└─shuffle_a_deck_of_cards.
Feel Free to add more to the list!
- CS Fundamentals
- Languages from latest to oldest
- CI/CD Pipeline to benchmark the programs
- Folders with name of the Language used
- Root README contains the list implemented, which all languages done
Do Check CONTRIBUTING.md to know proper contribution guidelines.