- How do I use extern to share variables between source files in C?
- Stacks and Queues in C
- Stack operations
- Queue operations
- What do LIFO and FIFO mean
- What is a stack, and when to use it
- What is a queue, and when to use it
- What are the common implementations of stacks and queues
- What are the most common use cases of stacks and queues
- What is the proper way to use global variables
Task | File |
---|---|
0. push, pall | SOON |
1. pint | SOON |
2. pop | SOON |
3. swap | SOON |
4. add | SOON |
5. nop | SOON |
6. sub | SOON |
7. div | SOON |
8. mul | SOON |
9. mod | SOON |
10. comments | SOON |
11. pchar | SOON |
12. pstr | SOON |
13. rotl | SOON |
14. rotr | SOON |
15. stack, queue | SOON |
16. Brainf*ck | 1000-school.bf |
17. Add two digits | 1001-add.bf |
18. Multiplication | 1002-mul.bf |
19. Multiplication level up | 1003-mul.bf |