Skip to content

My first sorting algorithm. Total hours of work: about 40.

Notifications You must be signed in to change notification settings

Emma-blnch/Push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Push_swap

🏷️ About the project

This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.

This project is about sorting data on a stack by coding a performant sorting algorithm.

📥 What I learned

Skills I developed with this project:

  • Unit testing : separare test for each function (test one function after it is done and once again when another function is done to make sure they still work together).
  • Critical thinking : assess the effectiveness of solutions (algorithms) and adjust accordingly.
  • Competitive spirit : boosting performance for optimal sorting.

⚙️ Technical skills I acquired

  • Analyze and optimize performance
  • Algorithmic complexity
  • Handling data structures

About

My first sorting algorithm. Total hours of work: about 40.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published