Introduction to git
Follow these to complete this subtask
The basic idea of this task is to understand how collaborated projects work on github
- Fork this repo
- Clone the forked repo to your local system
- Implement a given algorithm in your favourite programming language and commit
- Modify the README.md file by adding your name next to the algorithm you implemented and commit again
- Push the file to the repository
- Make sure you pull the code using
git pullbefore pushing your code - After pushing the code, give a pull request or a PR to the parent repo from which you have forked from
- Your pull request will then be reviewed by the mentor
- Linear Search
- Binary Search-----Srivatsav
- Bubble sort-----Jerry
- Insertion Sort
- Merge sort
- Print fibonacci series - Anushri
- Finding if a given number is prime
- Finding the max element in an array ----- Balaji Jayashrri
- Finding the min element in an array - Chandra prabu
- Multiplication of matrices - Shyam