data-structures icon indicating copy to clipboard operation
data-structures copied to clipboard

This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know...

Results 3 data-structures issues
Sort by recently updated
recently updated
newest added

can you check this as if deque 11 times in previous code(if queue has 10 elements) o/p return 0 as you compare front with queue size

i have add some line of code to check it

This is the linked list implementation of stack in c so that the student may be familiar with both the implementation