Skip to content

Ash515/PyAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

32 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

PyAlgorithms ā¤

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.šŸ“šŸ”

Index

  1. Searching
  • Linear Search
  • Binary Search
  • Jump Search
  • Interpolation Search
  1. Sorting
  • Bubble Sort
  • Merge Sort
  • Selection Sort
  • Insertion Sort

šŸš€Ā Installation

  1. Clone the repository
https://github.com/Ash515/PyAlgorithms.git
  1. Check the status of your file
$git status

3.For using VScode for editing your files

$git code .
  1. To directly add your files to github
$git add .
  1. After writing your code commit your changes
$git commit -m  <message>
  1. To pull your code to reposoitory
$git push origin master

Thats all about installation and version control with Git

About

All Python Algorithms šŸ“.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages