Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 677 Bytes

README-EN.md

File metadata and controls

27 lines (17 loc) · 677 Bytes

Algorithm

Algorithm studies to exercise computational logic

💻 Programming languages used so far:

  • Java
  • Portugol (written in Portuguese)

👨‍💻 Studied algorithms

  • Binary search - 2/2 ✅
  • Count higher values - 2/2 ✅
  • Count lower values - 2/2 ✅
  • Highest value - 2/2 ✅
  • Insertion sort - 2/2 ✅
  • Linear search - 2/2 ✅
  • Lowest value - 2/2 ✅
  • Merge sort - 2/2 ✅
  • Pivot value - 2/2 ✅
  • Quick sort - 2/2 ✅
  • Selection sort - 2/2 ✅