beginners-C-program-examples icon indicating copy to clipboard operation
beginners-C-program-examples copied to clipboard

added: features to stack_using_linklist and fixed BinarySearch.c

Open Anm01Chandel opened this issue 1 year ago • 0 comments

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

Anm01Chandel avatar Jul 27 '24 12:07 Anm01Chandel