8000 GitHub - matcls/monty: monty bycodes interpreter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

matcls/monty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0x19. C - Stacks, Queues - LIFO, FIFO

Description

What you should learn from this project:

  • 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

  • Implement the push and pall opcodes.
  • Implement the pint opcode.
  • Implement the pop opcode.
  • Implement the swap opcode.

Author

  • Manuel Torres Vesga - matcls

About

monty bycodes interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0