zombieleet / phonebook

[WIP] Commandline phonebook written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phonebook

phonebook written in c. This is not a full fledge tool, it was created just to see how far i have gone in learning C

Data Structure

compile with gcc -DBSTREE to use binary search (not implemented yet)

without defining BSTREE macro linear search is carried out for whatever operation you want to do

About

[WIP] Commandline phonebook written in C


Languages

Language:C 99.4%Language:Makefile 0.6%