danielomiya / std-qsort-person.c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

std-qsort-person.c

A simple proof of concept of the usage of structs and files, written in the C language.

Algorithm

  • read entries at data/in.csv
  • parse them into a struct called person
  • sort them by height ascending
  • write sorted entries to data/out.csv

How to run it

make
build/app

Contributor


That's all, folks!

About


Languages

Language:C 89.1%Language:Makefile 10.9%