Difference between revisions of "MediaWiki:Sidebar"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
*Assignments | *Assignments | ||
− | ** ImmutableList_Assignment | * ImList<E> | + | ** ImmutableList_Assignment | * (Java/WashU Exercise) ImList<E> |
− | ** My_Length_Assignment | | + | ** My_Length_Assignment | (SML/WashU WarmUp) List Length |
− | ** Sum_Scan_Assignment | | + | ** Sum_Scan_Assignment | (SML/WashU WarmUp) Sum Scan |
− | ** Sum_Distances_To_Origin_With_Functions_Assignment | | + | ** Sum_Distances_To_Origin_With_Functions_Assignment | (SML/WashU Group WarmUp) Sum Distances To Origin with Functions |
− | ** Calendar_Date_Assignment | * Calendar Date | + | ** Calendar_Date_Assignment | * (SML/UW Exercise) Calendar Date |
− | ** Is_Strictly_Ascending_Assignment | | + | ** Is_Strictly_Ascending_Assignment | (SML/WashU WarmUp) Is Strictly Ascending |
− | ** Remove_First_Assignment | | + | ** Remove_First_Assignment | (SML/WashU WarmUp) Remove First Occurrence |
− | ** Closest_To_Origin_Assignment | * Closest To Origin | + | ** Closest_To_Origin_Assignment | * (SML/WashU Exercise) Closest To Origin |
− | ** Optional_Assignment | * java.util.Optional<T> | + | ** Optional_Assignment | * (Java/WashU Exercise) java.util.Optional<T> |
− | ** Sum_Distances_To_Origin_With_Pattern_Matching_Compared_To_Java_Assignment | | + | ** Sum_Distances_To_Origin_With_Pattern_Matching_Compared_To_Java_Assignment | (SML & Java/WashU Group WarmUp) Sum Distances To Origin with Pattern Matching compared to Java |
− | ** Eliminate_Unsorted_Assignment | | + | ** Eliminate_Unsorted_Assignment | (SML/WashU WarmUp) Eliminate Unsorted |
− | ** Sum_Scan_With_Pattern_Matching_Assignment | | + | ** Sum_Scan_With_Pattern_Matching_Assignment | (SML/WashU WarmUp) Sum Scan with Pattern Matching |
− | ** Is_Strictly_Ascending_With_Pattern_Matching_Assignment | | + | ** Is_Strictly_Ascending_With_Pattern_Matching_Assignment | (SML/WashU WarmUp) Is Strictly Ascending with Pattern Matching |
− | ** Hearts_Card_Game_Assignment | * Hearts Card Game | + | ** Hearts_Card_Game_Assignment | * (SML/WashU Exercise) Hearts Card Game |
− | ** Sum_Scan_With_Tail_Recursion_Assignment | | + | ** Sum_Scan_With_Tail_Recursion_Assignment | (SML/WashU WarmUp) Sum Scan with Tail Recursion |
− | ** Tail_Recursion_Assignment | * Tail Recursion | + | ** Tail_Recursion_Assignment | * (Java/WashU Exercise) Tail Recursion |
− | ** Card_Game_Assignment | * Card Game | + | ** Card_Game_Assignment | * (SML/UW Exercise) Card Game |
− | ** Any_and_All_Assignment | | + | ** Any_and_All_Assignment | (Java/WashU Group WarmUp) Any and All |
− | ** N_Times_Assignment | | + | ** N_Times_Assignment | (Java/WashU WarmUp) N Times |
− | ** Sum_Scan_Using_Higher_Order_Functions_Assignment | | + | ** Sum_Scan_Using_Higher_Order_Functions_Assignment | (SML/WashU WarmUp) Sum Scan Using Higher-Order Functions |
− | ** Higher_Order_Functions_Hall_of_Fame_Assignment | * Higher Order Functions Hall of Fame | + | ** Higher_Order_Functions_Hall_of_Fame_Assignment | * (Java/WashU Exercise) Higher Order Functions Hall of Fame |
− | ** Curried_Higher_Order_Function_Debugging | | + | ** Curried_Higher_Order_Function_Debugging | (SML/WashU Group WarmUp) Curried Higher-Order Function Debugging |
− | ** Spreadsheet_Assignment | * Spreadsheet | + | ** Spreadsheet_Assignment | * (SML/WashU Exercise) Spreadsheet |
− | ** Pattern_Matching_Assignment | * Pattern Matching | + | ** Pattern_Matching_Assignment | * (SML/UW Exercise) Pattern Matching |
− | ** Scan_Higher_Order_Function_Assignment | * Scan Higher Order Function | + | ** Scan_Higher_Order_Function_Assignment | * (SML/WashU Exercise) Scan Higher Order Function |
− | ** Sorted_List_Assignment | | + | ** Sorted_List_Assignment | (SML/WashU WarmUp) Sorted List |
− | ** Mutable_List_Assignment | | + | ** Mutable_List_Assignment | (SML/WashU WarmUp) Mutable List |
− | ** Binary_Tree_Assignment | * Binary Search Tree | + | ** Binary_Tree_Assignment | * (SML/WashU Exercise) Binary Search Tree |
− | ** Chained_Dictionary_Assignment | * Chained (Single List and Hashed) Dictionaries | + | ** Chained_Dictionary_Assignment | * (SML/WashU Exercise) Chained (Single List and Hashed) Dictionaries |
− | ** Sorted_Dictionary_Assignment | * Sorted Dictionary | + | ** Sorted_Dictionary_Assignment | * (Sml/WashU Exercise) Sorted Dictionary |
− | ** Spreadsheet_To_Dictionaries_Assignment | * Spreadsheet To Dictionaries | + | ** Spreadsheet_To_Dictionaries_Assignment | * (SML/WashU Exercise) Spreadsheet To Dictionaries |
− | ** Home_Is_Where_The_Heart_Is_Assignment | | + | ** Home_Is_Where_The_Heart_Is_Assignment | (Racket/WashU WarmUp) Home Is Where The (Racket) Heart Is |
− | ** Sierpinski_and_Cantor_Assignment | * Sierpiński and Cantor | + | ** Sierpinski_and_Cantor_Assignment | * (Racket/WashU Exercise) Sierpiński and Cantor |
− | ** Snowflake_Assignment | * Snowflake | + | ** Snowflake_Assignment | * (Racket/WashU Exercise) Snowflake |
− | ** Thunks_and_Streams_Assignment | | + | ** Thunks_and_Streams_Assignment | (Racket/WashU WarmUp) Thunks and Streams |
− | ** Streams_Assignment | * Streams | + | ** Streams_Assignment | * (Racket/UW Exercise) Streams |
− | ** Recursive_Circles_Assignment | | + | ** Recursive_Circles_Assignment | (Racket/WashU WarmUp) Recursive Circles |
− | ** Vector_Graphics_Structs_Assignment | | + | ** Vector_Graphics_Structs_Assignment | (Racket/WashU WarmUp) Vector Graphics |
− | ** MUPL_Programs_Assignment | * MUPL Programs | + | ** MUPL_Programs_Assignment | * (Racket/WashU Exercise) MUPL Programs |
− | ** MUPL_Assignment | * MUPL | + | ** MUPL_Assignment | * (Racket/UW Exercise) MUPL |
− | ** Deep_Lists_Assignment | | + | ** Deep_Lists_Assignment | (Racket/WashU WarmUp) Deep Lists |
− | ** Dynamic_Spreadsheet_Assignment | | + | ** Dynamic_Spreadsheet_Assignment | (Racket/WashU WarmUp) Dynamic Spreadsheet |
− | ** Render_Part_A_Assignment | * Render Part A | + | ** Render_Part_A_Assignment | * (Ruby/WashU Exercise) Render Part A |
− | ** Home_Is_Where_The_Ruby_Heart_Is_Assignment | | + | ** Home_Is_Where_The_Ruby_Heart_Is_Assignment | (Ruby/WashU WarmUp) Home Is Where The (Ruby) Heart Is |
− | ** Tetris_Assignment | * Tetris | + | ** Tetris_Assignment | * (Ruby/UW Exercise) Tetris |
− | ** Powers_Of_2_Range_Assignment | | + | ** Powers_Of_2_Range_Assignment | (Ruby/WashU WarmUp) Powers of 2 Range |
− | ** Render_Part_B_Assignment | * Render Part B | + | ** Render_Part_B_Assignment | * (Ruby/WashU Exercise) Render Part B |
− | ** Geometry_Language_Assignment | * Geometry Language | + | ** Geometry_Language_Assignment | * (Ruby + SML/UW Exercise) Geometry Language |
− | ** Render_Part_C_Assignment | * Render Part C | + | ** Render_Part_C_Assignment | * (Ruby/WashU Exercise) Render Part C |
− | ** Text_File_Writer_Assignment | | + | ** Text_File_Writer_Assignment | (Ruby/WashU WarmUp) Text File Writer |
− | ** Branch_Assignment | * Branch | + | ** Branch_Assignment | * (Ruby/WashU Exercise) Branch |
− | ** Render_Part_D_Assignment | * Render Part D | + | ** Render_Part_D_Assignment | * (Ruby/WashU Exercise) Render Part D |
− | ** Integer_Range_Assignment | | + | ** Integer_Range_Assignment | (Java/WashU WarmUp) Integer Range Iterable |
− | ** Iterable_Immutable_List_Assignment | * Iterable ImList<E> | + | ** Iterable_Immutable_List_Assignment | * (Java/WashU Exercise) Iterable ImList<E> |
*Extra Credits | *Extra Credits |
Revision as of 02:56, 9 September 2022
- navigation
- mainpage|mainpage-description
- recentchanges-url|recentchanges
- randompage-url|randompage
- helppage|help-mediawiki
- Course
- Main_Page#Office_Hours | Office Hours
- Setup | Setup
- SML_Reference | SML Reference
- Racket_Reference | Racket Reference
- Ruby_Reference | Ruby Reference
- Assignments
- ImmutableList_Assignment | * (Java/WashU Exercise) ImList<E>
- My_Length_Assignment | (SML/WashU WarmUp) List Length
- Sum_Scan_Assignment | (SML/WashU WarmUp) Sum Scan
- Sum_Distances_To_Origin_With_Functions_Assignment | (SML/WashU Group WarmUp) Sum Distances To Origin with Functions
- Calendar_Date_Assignment | * (SML/UW Exercise) Calendar Date
- Is_Strictly_Ascending_Assignment | (SML/WashU WarmUp) Is Strictly Ascending
- Remove_First_Assignment | (SML/WashU WarmUp) Remove First Occurrence
- Closest_To_Origin_Assignment | * (SML/WashU Exercise) Closest To Origin
- Optional_Assignment | * (Java/WashU Exercise) java.util.Optional<T>
- Sum_Distances_To_Origin_With_Pattern_Matching_Compared_To_Java_Assignment | (SML & Java/WashU Group WarmUp) Sum Distances To Origin with Pattern Matching compared to Java
- Eliminate_Unsorted_Assignment | (SML/WashU WarmUp) Eliminate Unsorted
- Sum_Scan_With_Pattern_Matching_Assignment | (SML/WashU WarmUp) Sum Scan with Pattern Matching
- Is_Strictly_Ascending_With_Pattern_Matching_Assignment | (SML/WashU WarmUp) Is Strictly Ascending with Pattern Matching
- Hearts_Card_Game_Assignment | * (SML/WashU Exercise) Hearts Card Game
- Sum_Scan_With_Tail_Recursion_Assignment | (SML/WashU WarmUp) Sum Scan with Tail Recursion
- Tail_Recursion_Assignment | * (Java/WashU Exercise) Tail Recursion
- Card_Game_Assignment | * (SML/UW Exercise) Card Game
- Any_and_All_Assignment | (Java/WashU Group WarmUp) Any and All
- N_Times_Assignment | (Java/WashU WarmUp) N Times
- Sum_Scan_Using_Higher_Order_Functions_Assignment | (SML/WashU WarmUp) Sum Scan Using Higher-Order Functions
- Higher_Order_Functions_Hall_of_Fame_Assignment | * (Java/WashU Exercise) Higher Order Functions Hall of Fame
- Curried_Higher_Order_Function_Debugging | (SML/WashU Group WarmUp) Curried Higher-Order Function Debugging
- Spreadsheet_Assignment | * (SML/WashU Exercise) Spreadsheet
- Pattern_Matching_Assignment | * (SML/UW Exercise) Pattern Matching
- Scan_Higher_Order_Function_Assignment | * (SML/WashU Exercise) Scan Higher Order Function
- Sorted_List_Assignment | (SML/WashU WarmUp) Sorted List
- Mutable_List_Assignment | (SML/WashU WarmUp) Mutable List
- Binary_Tree_Assignment | * (SML/WashU Exercise) Binary Search Tree
- Chained_Dictionary_Assignment | * (SML/WashU Exercise) Chained (Single List and Hashed) Dictionaries
- Sorted_Dictionary_Assignment | * (Sml/WashU Exercise) Sorted Dictionary
- Spreadsheet_To_Dictionaries_Assignment | * (SML/WashU Exercise) Spreadsheet To Dictionaries
- Home_Is_Where_The_Heart_Is_Assignment | (Racket/WashU WarmUp) Home Is Where The (Racket) Heart Is
- Sierpinski_and_Cantor_Assignment | * (Racket/WashU Exercise) Sierpiński and Cantor
- Snowflake_Assignment | * (Racket/WashU Exercise) Snowflake
- Thunks_and_Streams_Assignment | (Racket/WashU WarmUp) Thunks and Streams
- Streams_Assignment | * (Racket/UW Exercise) Streams
- Recursive_Circles_Assignment | (Racket/WashU WarmUp) Recursive Circles
- Vector_Graphics_Structs_Assignment | (Racket/WashU WarmUp) Vector Graphics
- MUPL_Programs_Assignment | * (Racket/WashU Exercise) MUPL Programs
- MUPL_Assignment | * (Racket/UW Exercise) MUPL
- Deep_Lists_Assignment | (Racket/WashU WarmUp) Deep Lists
- Dynamic_Spreadsheet_Assignment | (Racket/WashU WarmUp) Dynamic Spreadsheet
- Render_Part_A_Assignment | * (Ruby/WashU Exercise) Render Part A
- Home_Is_Where_The_Ruby_Heart_Is_Assignment | (Ruby/WashU WarmUp) Home Is Where The (Ruby) Heart Is
- Tetris_Assignment | * (Ruby/UW Exercise) Tetris
- Powers_Of_2_Range_Assignment | (Ruby/WashU WarmUp) Powers of 2 Range
- Render_Part_B_Assignment | * (Ruby/WashU Exercise) Render Part B
- Geometry_Language_Assignment | * (Ruby + SML/UW Exercise) Geometry Language
- Render_Part_C_Assignment | * (Ruby/WashU Exercise) Render Part C
- Text_File_Writer_Assignment | (Ruby/WashU WarmUp) Text File Writer
- Branch_Assignment | * (Ruby/WashU Exercise) Branch
- Render_Part_D_Assignment | * (Ruby/WashU Exercise) Render Part D
- Integer_Range_Assignment | (Java/WashU WarmUp) Integer Range Iterable
- Iterable_Immutable_List_Assignment | * (Java/WashU Exercise) Iterable ImList<E>
- Extra Credits
- Mondrain_Assignment|Mondrain
- SEARCH
- TOOLBOX
- LANGUAGES