beginners-C-program-examples
beginners-C-program-examples copied to clipboard
added: features to stack_using_linklist and fixed BinarySearch.c
stack_using_linklist : added display top element way to easily add multiple elements fast fixed: program will now free itself after execution
BirarySearch.c : fixed: shows unclear result fixed: wrong logic to check middle element fixes: wrong logic for recursion