REPOSITORY OVERVIEWLive repository statistics
★ 1Stars
⑂ 0Forks
◯ 0Open issues
◉ 1Watchers
8/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
0 Community adoption25% weight
0 Maintenance state20% weight
0 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
SSC0503 - Introduction to Computer Science II
Sorting Algorithms
Repository for the Introduction to Computer Science II offered at ICMC - USP, by professor Adenilso Simão.
This repository contains specifically all sorting algorithms addressed in class:
- Selection Sort
- Bubble Sort (sentinella)
- Insetion Sort
- Merge Sort (recursive)
- Heap Sort
- Shell Sort
- Quick Sort (recursive)
- Counting Sort
- Radix Sort
Sort from terminal
command: ./sort [algorithm] y{0,1} [vector or vector size]
- method: selection; bubble; insertion; merge; heap; shell; quick; counting; radix
- y: insert if you with for the sorted vector to be printed
- vector: any number of integers separated by a whitespace
- vector size: if you insert only one integer n, a vector of n integers will be randomnly generated and then sorted
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains Python and C++ implementations of various sorting algorithms, including Bubble Sort, Quick Sort, Merge Sort, Heap Sort, Counting Sort, Radix Sort, and more. Each algorithm is optimized, well-documented, and includes time complexity analysis. Perfect for learning, interviews, and competitive programming! 🚀
52/100 healthActive repository
C++No license
⑂ 0 forks◯ 0 issuesUpdated May 12, 2026
This repository will contain information about the codes and visualisation examples comparing the Counting Sort and Bubble Sort algorithms
27/100 healthActive repository
No license
⑂ 0 forks◯ 0 issuesUpdated Nov 15, 2023