Skip to content
@racketf

racketf

A set of assignments in the Racket programming language.

Popular repositories

  1. racketf.github.io racketf.github.io Public

    A set of assignments in the Racket programming language.

    1

  2. lists-assignment lists-assignment Public

    Functional Programming on Lists.

    Racket

  3. trees-assignment trees-assignment Public

    Functional Programming on Trees.

    Racket

  4. lists-quiz lists-quiz Public

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

    Racket

  5. tower-of-hanoi tower-of-hanoi Public

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

    Racket

  6. list.length list.length Public

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

    Racket

Repositories

Showing 10 of 38 repositories
  • racketf.github.io Public

    A set of assignments in the Racket programming language.

    1 MIT 0 0 0 Updated Sep 17, 2022
  • list.remove-first-value Public

    Get a new list with elements in the same order, except the the first occurrence of symbol s (see EOPL).

    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • slist.replacex Public

    Returns s-list with all occurrences of s1 replaced with s2 (see EOPL).

    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • slist.count-value Public

    Returns occurrences of s in slist (see EOPL)

    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • list.cartesian-product Public

    Returns cartesian product of sos1 with sos2 (see EOPL).

    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • filter-in Public

    Returns list of elements in lst that satisfy the predicate pred (see EOPL).

    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • slist.down Public

    Wraps parentheses around each top-level element of lst (see EOPL).

    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • slist.up Public

    Removes a pair of parentheses from each top-level element of lst (see EOPL).

    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • slist.flatten Public

    Returns list of symbols in slist in the same order (see EOPL).

    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • list.every Public

    Returns #f if any element of lst fails to satisfy pred, #t otherwise (see EOPL).

    Racket 0 MIT 0 0 0 Updated Feb 2, 2022

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…