Welcome to DSACLAB! This repository contains C implementations of various data structures and algorithms. Explore the contents with this cool table of contents:
File / Directory | Description |
---|---|
.vscode | Visual Studio Code configuration files. |
meh | Unspecified content from Nov 9, 2023, 11:12. |
.~lock.EXPERIMENTS.odt# | Lock file for EXPERIMENTS.odt. |
some stuff idkk | Unspecified content from Nov 9, 2023, 11:57. |
1.c | Unspecified content from Nov 9, 2023, 11:09. |
EXPERIMENTS.odt | File related to experiments. |
polylinklist upd | Update to polylinklist (Nov 23, 2023, 09:38). |
a.out | Executable file. |
some stuff idkk | Unspecified content from Nov 9, 2023, 11:57. |
binarys.c | Binary search implementation. |
binary search | Comment related to binarys.c. |
bintreelinkl.c | Binary tree traversal functions (Nov 30, 2023, 10:34). |
circq.c | Unspecified content from Nov 9, 2023, 11:57. |
graphdb.c | Graph traversal algorithms (DFS and BFS) (Nov 30, 2023, 10:34). |
linears.c | Linear search implementation. |
linkedsq.c | Linked List using Queue and Stack. |
menusearch.c | Menu with linear and binary search options. |
polylinkl.c | Polynomial multiplication using linked list (Nov 23, 2023, 09:38). |
polyno.c | Polynomial implementation. |
postfix.c | Infix to postfix conversion. |
priocircq.c | Circular queue and priority queue (Nov 23, 2023, 11:01). |
prioq.c | Unspecified content from Nov 9, 2023, 11:57. |
sparse.c | Sparse matrix implementation. |
stack.c | Stack operations. |
Feel free to explore the individual files for detailed implementations and explanations.
If you'd like to contribute or report issues, please feel free to open an issue or submit a pull request.