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

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages