Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubiquitous-waddle

Practicing algorithms and general programming

The aim of this project is to work on general programming problems, to sharpen my skills. I'm gonna start out in C, but I may add more languages.

The directory structure:

  • largest_power_of_two
    • Has various solutions for working out the largest power of two in a given number.
  • sorting
    • Bubble sort O(n^2)
    • Merge sort O(n log (n))
  • Count inversions
    • Uses merge sort algorithm to count the number of inversions in an array of numbers

About

Practicing algorithms and general programming

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages