Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thieryw/alibaba

A simple exercise in c to work on one's skill's with pointers and doubly linked lists.
https://github.com/thieryw/alibaba

Last synced: about 1 month ago
JSON representation

A simple exercise in c to work on one's skill's with pointers and doubly linked lists.

Awesome Lists containing this project

README

        

# Alibaba
A simple exercise in c, desined to work on one's skill's with pointers and doubly linked lists.

41 numbers are put in a doubly linked list and once every three turns a number is eliminated until
only two numbers remain.
the losing numbers are put in a secondary list.
starting with number one, winners should be 16 and 31.

to run, download src file and makefile and put them in an empty dir.
type "make" in the console to compile and run.
to run tests use command "make test".