Skip to content

AraujoJs/Algorithms-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting and Searching Algorithms in Python

This repository contains a collection of sorting and searching algorithms implemented in Python, created by ARAUJO José. The purpose of this repository is to provide a reference for common algorithms used in computer science and to help developers improve their problem-solving skills.

Table of Contents

  • Sorting Algorithms
  • Searching Algorithms
  • Usage
  • License
  • Contributing

Sorting Algorithms

This repository includes various sorting algorithms, such as bubble sort, merge sort, and quick sort. Each sorting algorithm is implemented in Python and includes detailed comments and explanations for better understanding.

Searching Algorithms

This repository also includes searching algorithms, such as linear search, binary search, and interpolation search. Each searching algorithm is also implemented in Python and includes detailed comments and explanations for better understanding.

Usage

Developers can use this repository to learn about different sorting and searching algorithms and to implement them in their own projects. The algorithms are all implemented in Python, making it easy to integrate them into existing Python projects.

Contributing

Contributions to this repository are welcome and encouraged! If you notice any errors or have suggestions for improving the code, feel free to open an issue or submit a pull request.

License

This repository is licensed under the MIT License, which means that you are free to use, modify, and distribute the code.

About

This repository contains a collection of sorting and searching algorithms implemented in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages