racketf

racketf

Geek Repo

A set of assignments in the Racket programming language.

Home Page:https://racketf.github.io/

Github PK Tool:Github PK Tool

racketf's repositories

lists-assignment

Functional Programming on Lists.

Language:RacketLicense:MITStargazers:0Issues:2Issues:0

lists-quiz

Implementing operations on list using functional calls such as map, foldl, apply ...

Language:RacketLicense:MITStargazers:0Issues:2Issues:0

list-set

Returns list with n-th element replaced by x (see EOPL).

Language:RacketLicense:MITStargazers:0Issues:2Issues:0

list.get-informative

Get nth element of list so that it produces a more informative error message (see EOPL).

Language:RacketLicense:MITStargazers:0Issues:2Issues:0

list.length

Use the recursive definition of list to find its length (see EOPL).

Language:RacketLicense:MITStargazers:0Issues:2Issues:0

tower-of-hanoi

Can your solve the tower of hanoi (recursive vietnam) problem?

Language:RacketLicense:MITStargazers:0Issues:2Issues:0

tree

Binary tree consists of nodes each with a number, and two child subtrees.

Language:RacketLicense:MITStargazers:0Issues:2Issues:0

trees-assignment

Functional Programming on Trees.

Language:RacketLicense:MITStargazers:0Issues:2Issues:0