Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thieryw/alibaba
- Owner: thieryw
- License: mit
- Created: 2018-08-28T18:26:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T19:21:09.000Z (over 6 years ago)
- Last Synced: 2024-10-22T16:58:07.108Z (3 months ago)
- Language: C
- Size: 805 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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".