Skip to content
@racketf

racketf

A set of assignments in the Racket programming language.

Popular repositories Loading

  1. list.bubble-sort list.bubble-sort Public

    Bubble sorts a list in ascending order.

    Racket 1

  2. racketf.github.io racketf.github.io Public

    A set of assignments in the Racket programming language.

    1

  3. lists-assignment lists-assignment Public

    Functional Programming on Lists.

    Racket

  4. trees-assignment trees-assignment Public

    Functional Programming on Trees.

    Racket

  5. lists-quiz lists-quiz Public

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

    Racket

  6. tower-of-hanoi tower-of-hanoi Public

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

    Racket

Repositories

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

    A set of assignments in the Racket programming language.

    racketf/racketf.github.io’s past year of commit activity
    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).

    racketf/list.remove-first-value’s past year of commit activity
    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).

    racketf/slist.replacex’s past year of commit activity
    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • slist.count-value Public

    Returns occurrences of s in slist (see EOPL)

    racketf/slist.count-value’s past year of commit activity
    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • list.cartesian-product Public

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

    racketf/list.cartesian-product’s past year of commit activity
    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).

    racketf/filter-in’s past year of commit activity
    Racket 0 MIT 0 0 0 Updated Feb 2, 2022
  • slist.down Public

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

    racketf/slist.down’s past year of commit activity
    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).

    racketf/slist.up’s past year of commit activity
    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).

    racketf/slist.flatten’s past year of commit activity
    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).

    racketf/list.every’s past year of commit activity
    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…