Algorithm means “a process or set of rules to be followed in calculations or other problem-solving operations”. Therefore Algorithm refers to a set of rules/instructions that step-by-step define how a work is to be executed upon in order to get the expected results.📝🔍
- Searching
- Linear Search
- Binary Search
- Jump Search
- Interpolation Search
- Sorting
- Bubble Sort
- Merge Sort
- Selection Sort
- Insertion Sort
- Clone the repository
https://github.com/Ash515/PyAlgorithms.git
- Check the status of your file
$git status
3.For using VScode for editing your files
$git code .
- To directly add your files to github
$git add .
- After writing your code commit your changes
$git commit -m <message>
- To pull your code to reposoitory
$git push origin master
Thats all about installation and version control with Git