Here are 32 public repositories matching this topic...
Bubble sorts a list in ascending order.
Updated Apr 10, 2025 Racket Can your solve the tower of hanoi (recursive vietnam) problem?
Updated Apr 10, 2025 Racket Returns a list containing n copies of x (see EOPL).
Updated Apr 10, 2025 Racket Returns #t if any element of lst satisfies pred, #f otherwise (see EOPL).
Updated Apr 10, 2025 Racket Wraps parentheses around each top-level element of lst (see EOPL).
Updated Apr 10, 2025 Racket Like remove-first, except that it removes all occurrences of given symbol (see EOPL).
Updated Apr 10, 2025 Racket Returns a list with each 2-list reversed (see EOPL).
Updated Apr 10, 2025 Racket Returns s-list with all occurrences of s1 replaced with s2 (see EOPL).
Updated Apr 10, 2025 Racket Is a variable free in a lambda expression (see EOPL)?
Updated Apr 10, 2025 Racket Mark each element of list as a pair of its index and value (see EOPL).
Updated Apr 10, 2025 Racket Returns occurrences of s in slist (see EOPL)
Updated Apr 10, 2025 Racket Merge loi1 and loi2 in ascending order (see EOPL).
Updated Apr 10, 2025 Racket Use recursive definition of list to get the nth element (see EOPL).
Updated Apr 10, 2025 Racket Get a new list with elements in the same order, except the the first occurrence of symbol s (see EOPL).
Updated Apr 10, 2025 Racket Returns 0-based position of first element in lst that satisfies predicate pred (see EOPL).
Updated Apr 10, 2025 Racket Appends a value to end of list.
Updated Apr 10, 2025 Racket Returns #f if any element of lst fails to satisfy pred, #t otherwise (see EOPL).
Updated Apr 10, 2025 Racket Applies a function to every elem.
Updated Apr 10, 2025 Racket Returns list of elements in lst that satisfy the predicate pred (see EOPL).
Updated Apr 10, 2025 Racket Removes a pair of parentheses from each top-level element of lst (see EOPL).
Updated Apr 10, 2025 Racket Improve this page Add a description, image, and links to the recursive topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo To associate your repository with the recursive topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.