USF-OS / FogOS

Other
1 stars 24 forks source link

sort command #2

Open sghahghahi opened 4 months ago

sghahghahi commented 4 months ago

Implement a sort tool with multiple flags to sort lines of text and files.

Contributors: Shyon Ghahghahi Amin Joseph

malensek commented 4 months ago

That sounds good, what flags do you think you'll be able to support? Are you planning on using a particular sorting algorithm?

sghahghahi commented 4 months ago

We plan on supporting the following flags:

We plan on using a combination of both insertion sort and merge sort depending on the size of the input data.