Skip to content

racketf/racketf.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A set of assignments in the Racket programming language.


🧾 List 📓 S-List ➰ Lambda
🧾 length 🧾 find-index 🧾 set
🧾 increment-first 🧾 get 🧾 get-informative
🧾 number-elements 🧾 cartesian-product 🧾 any
🧾 every 🧾 map 🧾 reduce
🧾 filter 🧾 reverse 🧾 repeat-value
🧾 append 🧾 remove-first-value 🧾 remove-value
🧾 sort 🧾 sort-by 🧾 bubble-sort
🧾 merge
📓 count-value 📓 reverse-pairs 📓 up
📓 down 📓 flatten 📓 replacex
📓 replace 📓 replace-inline 📓 replace-map
➰ occurs-free

Misc

  • 🌲 tree: Binary tree consists of nodes each with a number, and two child subtrees.
  • 🗼 tower-of-hanoi: Can your solve the tower of hanoi (recursive vietnam) problem?

Assignments

  • 🧾 lists-assignment: Functional Programming on Lists.
  • 🌲 trees-assignment: Functional Programming on Trees.
  • 🧾 lists-quiz: Implementing operations on list using functional calls such as map, foldl, apply ...


ORG

About

A set of assignments in the Racket programming language.

Resources

License

Stars

Watchers

Forks