You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ANSI C Vector library (Dynamic Array) that is fully configurable, fast, thread safe, reentrant, can store dynamic data structures as well as base datatypes and can be used to create dynamic stacks, dynamic queues and more.
✅ Bank Service Queue in C — A Bank Queue system written in C language, using the Dynamic Queue concept as a basis, with resources to add customers to the queue, serve, view all customers and view the next customer.