Skip to content

alkhaled/Racket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Racket

Toy programs I wrote to learn racket.

Caclulator evaluates infix arithmetic expressions by parsing the input and applying order of operations.

Queue uses two lists to create a queue with ammortized constant remove operations, rather than the O(n) naive implementation.

About

Toy programs to learn racket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages