Difference between revisions of "MediaWiki:Sidebar"
Jump to navigation
Jump to search
(35 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
** helppage|help | ** helppage|help | ||
* General | * General | ||
+ | ** Initial_Setup|Initial Setup | ||
** Office_hours|Office Hours | ** Office_hours|Office Hours | ||
− | |||
** Reference_Page|Reference | ** Reference_Page|Reference | ||
− | ** | + | ** Understanding_Fork_Join|Fork Join |
− | * | + | ** Fork_Join_Rosetta_Stone|Fork Join Rosetta Stone |
− | ** Nucleobase | + | ** IntelliJ_Tips|IntelliJ Tips |
− | ** | + | * Exercises and Warmups |
− | ** Matrix Multiply| | + | ** Half_And_Half_Nucleobase_Count_Assignment | * Half & Half Nucleobase Count |
− | ** MergeSort| | + | ** Race_Condition_Translation_Assignment | Race Condition: Translation |
− | ** MergeSort_Parallel_Combiner|+++ | + | ** Race_Condition_Image_Batch_Assignment | * Race Condition: Image Batch |
− | ** | + | ** DoubleRange | DoubleDeltaRange |
− | ** | + | ** PowersOf2Iterable | * Powers Of 2 Iterable |
− | ** | + | ** Fork_Loop_Assignment | Fork Loop |
− | ** | + | ** ForkLoop_Images_Assignment | * ForkLoop Images |
− | ** | + | ** Ranges | * Ranges |
− | ** | + | ** Coarsening_Nucleobase_Count_Assignment | * Coarsening (N-Way Split) Nucleobase Count |
− | ** | + | ** Matrix Multiply | * ForkLoop 2d |
− | ** | + | ** Int_Tree_Sum_Assignment | Int Tree Sum |
− | ** | + | ** Sequential_N_Queens_Assignment | Sequential N-Queens |
− | ** | + | ** Stack_Assignment | * Stack |
− | ** | + | ** Divide_And_Conquer_Nucleobase_Count_Assignment | * Divide and Conquer Nucleobase Count |
− | ** | + | ** Comparator_Assignment | Comparator |
− | ** | + | ** InsertionSort | Insertion Sort |
− | ** | + | ** MergeSort | * Merge Sort |
− | ** Windbag_MapReduce_Application| | + | ** Parallel_N_Queens_Assignment | * Parallel N-Queens |
− | ** | + | ** MergeSort_Parallel_Combiner | +++ Merge Sort Parallel Combiner |
− | ** | + | ** Matrix_Multiply_Divide_and_Conquer_Assignment | +++ Matrix Multiply Divide and Conquer |
− | ** | + | ** Floodfill | * Floodfill |
− | ** | + | ** Big_Powers_of_2_Assignment | Big Powers of 2 |
− | ** | + | ** Fibonacci | * Fibonacci |
− | ** | + | ** Not_Thread_Safe_Hash_Table_Assignment | * NotThreadSafeHashTable |
− | ** | + | ** Higher-order_Function_Filter_Assignment | Higher-Order Function: Filter |
− | ** Ordered_Locks| | + | ** Higher-order_Functions_Map_And_Reduce_Assignment | * Higher-Order Functions: Map and Reduce |
− | ** AllOrNothingLocks | | + | ** MapReduce_Mapper_Assignment | * Mapper<E,K,V> |
− | ** Iterative_Averaging| | + | ** Card_Only_Sequential_Map_Reduce_Framework_Assignment | Card Only Sequential Map Reduce Framework |
− | ** Legged | + | ** MapReduce_Reducer_Assignment | * AccumulatorCombinerReducer<E,K,V> |
− | ** Pipeline| | + | ** Set_Intersector_Assignment | Set Intersector |
− | ** | + | ** Word_Count_Only_Parallel_Map_Reduce_Framework_Assignment | Word Count Only Parallel Map Reduce Framework |
+ | ** Mutual_Friends_MapReduce_Application | * MutualFriends MR App | ||
+ | ** Bottleneck_MapReduce_Framework_Assignment | * Bottleneck MapReduce Framework | ||
+ | ** Matrix_MapReduce_Framework_Assignment | * Matrix MapReduce Framework | ||
+ | ** Cholera_MapReduce_Application | * Cholera MR App | ||
+ | ** Windbag_MapReduce_Application | * Windbag MR App | ||
+ | ** Scan | * Scan | ||
+ | ** Pack | * Pack | ||
+ | ** Work_Efficient_Scan | +++ Blelloch Scan | ||
+ | ** Join_All_Assignment | Join All | ||
+ | ** Quicksort_Assignment | * Quicksort | ||
+ | ** Parallel_Partition | +++ Parallel Partition | ||
+ | ** Concurrent_Stack_Assignment | * Concurrent Stack | ||
+ | ** Ordered_Locks | * Ordered Locks | ||
+ | ** AllOrNothingLocks | * All Or Nothing Locks | ||
+ | ** Concurrent_Hash_Table_Assignment | * ConcurrentHashTable | ||
+ | ** Atomicity | * Atomicity Races | ||
+ | ** Atomic_Stack_Assignment | * Atomic Stack | ||
+ | ** String_Map_K_Mer_Assignment | String K-Mer Counting | ||
+ | ** Balanced_String_Map_K_Mer_Counting_Assignment | Balanced String K-Mer Counting | ||
+ | ** K_Mer_Balance_Assignment | * K-mer Balance | ||
+ | ** K_Mer_Counting_Assignment | * K-mer Counting | ||
+ | ** Phased_Fork_Loop_Evening_Plan_Scenario_Assignment | Phased Fork Loop Evening Plan Scenario | ||
+ | ** Sequential_Iterative_Averager_Assignment | Sequential Iterative Averager | ||
+ | ** Iterative_Averaging | * Iterative Averaging | ||
+ | ** Sequential_Legged_Race_Assignment | Sequential Legged Race | ||
+ | ** LeggedRaces | * Legged Races | ||
+ | ** Point_To_Point_Iterative_Averaging_Assignment | +++ Point To Point Iterative Averaging | ||
+ | ** Fuzzy_Iterative_Averaging_Assignment | +++ Fuzzy Iterative Averaging | ||
+ | ** Fuzzy_Point_To_Point_Iterative_Averaging_Assignment | +++ Fuzzy Point To Point Iterative Averaging | ||
+ | ** Iced Cakes Pipeline | * Iced_Cakes_Pipeline | ||
+ | ** Thread_and_Executor_Service_Assignment | * Thread and Executor Service | ||
+ | ** Scheduler_Client_Assignment | Scheduler Client | ||
+ | ** Sequential_Raytracer_Assignment | Sequential Raytracer | ||
+ | ** Parallel_Raytracer_Assignment | * Parallel Raytracer | ||
+ | ** Centralized_Work_Queue_Assignment | +++ Centralized Work Queue | ||
* SEARCH | * SEARCH | ||
* TOOLBOX | * TOOLBOX | ||
* LANGUAGES | * LANGUAGES |
Latest revision as of 03:54, 20 February 2023
- navigation
- mainpage|mainpage-description
- recentchanges-url|recentchanges
- randompage-url|randompage
- helppage|help
- General
- Initial_Setup|Initial Setup
- Office_hours|Office Hours
- Reference_Page|Reference
- Understanding_Fork_Join|Fork Join
- Fork_Join_Rosetta_Stone|Fork Join Rosetta Stone
- IntelliJ_Tips|IntelliJ Tips
- Exercises and Warmups
- Half_And_Half_Nucleobase_Count_Assignment | * Half & Half Nucleobase Count
- Race_Condition_Translation_Assignment | Race Condition: Translation
- Race_Condition_Image_Batch_Assignment | * Race Condition: Image Batch
- DoubleRange | DoubleDeltaRange
- PowersOf2Iterable | * Powers Of 2 Iterable
- Fork_Loop_Assignment | Fork Loop
- ForkLoop_Images_Assignment | * ForkLoop Images
- Ranges | * Ranges
- Coarsening_Nucleobase_Count_Assignment | * Coarsening (N-Way Split) Nucleobase Count
- Matrix Multiply | * ForkLoop 2d
- Int_Tree_Sum_Assignment | Int Tree Sum
- Sequential_N_Queens_Assignment | Sequential N-Queens
- Stack_Assignment | * Stack
- Divide_And_Conquer_Nucleobase_Count_Assignment | * Divide and Conquer Nucleobase Count
- Comparator_Assignment | Comparator
- InsertionSort | Insertion Sort
- MergeSort | * Merge Sort
- Parallel_N_Queens_Assignment | * Parallel N-Queens
- MergeSort_Parallel_Combiner | +++ Merge Sort Parallel Combiner
- Matrix_Multiply_Divide_and_Conquer_Assignment | +++ Matrix Multiply Divide and Conquer
- Floodfill | * Floodfill
- Big_Powers_of_2_Assignment | Big Powers of 2
- Fibonacci | * Fibonacci
- Not_Thread_Safe_Hash_Table_Assignment | * NotThreadSafeHashTable
- Higher-order_Function_Filter_Assignment | Higher-Order Function: Filter
- Higher-order_Functions_Map_And_Reduce_Assignment | * Higher-Order Functions: Map and Reduce
- MapReduce_Mapper_Assignment | * Mapper<E,K,V>
- Card_Only_Sequential_Map_Reduce_Framework_Assignment | Card Only Sequential Map Reduce Framework
- MapReduce_Reducer_Assignment | * AccumulatorCombinerReducer<E,K,V>
- Set_Intersector_Assignment | Set Intersector
- Word_Count_Only_Parallel_Map_Reduce_Framework_Assignment | Word Count Only Parallel Map Reduce Framework
- Mutual_Friends_MapReduce_Application | * MutualFriends MR App
- Bottleneck_MapReduce_Framework_Assignment | * Bottleneck MapReduce Framework
- Matrix_MapReduce_Framework_Assignment | * Matrix MapReduce Framework
- Cholera_MapReduce_Application | * Cholera MR App
- Windbag_MapReduce_Application | * Windbag MR App
- Scan | * Scan
- Pack | * Pack
- Work_Efficient_Scan | +++ Blelloch Scan
- Join_All_Assignment | Join All
- Quicksort_Assignment | * Quicksort
- Parallel_Partition | +++ Parallel Partition
- Concurrent_Stack_Assignment | * Concurrent Stack
- Ordered_Locks | * Ordered Locks
- AllOrNothingLocks | * All Or Nothing Locks
- Concurrent_Hash_Table_Assignment | * ConcurrentHashTable
- Atomicity | * Atomicity Races
- Atomic_Stack_Assignment | * Atomic Stack
- String_Map_K_Mer_Assignment | String K-Mer Counting
- Balanced_String_Map_K_Mer_Counting_Assignment | Balanced String K-Mer Counting
- K_Mer_Balance_Assignment | * K-mer Balance
- K_Mer_Counting_Assignment | * K-mer Counting
- Phased_Fork_Loop_Evening_Plan_Scenario_Assignment | Phased Fork Loop Evening Plan Scenario
- Sequential_Iterative_Averager_Assignment | Sequential Iterative Averager
- Iterative_Averaging | * Iterative Averaging
- Sequential_Legged_Race_Assignment | Sequential Legged Race
- LeggedRaces | * Legged Races
- Point_To_Point_Iterative_Averaging_Assignment | +++ Point To Point Iterative Averaging
- Fuzzy_Iterative_Averaging_Assignment | +++ Fuzzy Iterative Averaging
- Fuzzy_Point_To_Point_Iterative_Averaging_Assignment | +++ Fuzzy Point To Point Iterative Averaging
- Iced Cakes Pipeline | * Iced_Cakes_Pipeline
- Thread_and_Executor_Service_Assignment | * Thread and Executor Service
- Scheduler_Client_Assignment | Scheduler Client
- Sequential_Raytracer_Assignment | Sequential Raytracer
- Parallel_Raytracer_Assignment | * Parallel Raytracer
- Centralized_Work_Queue_Assignment | +++ Centralized Work Queue
- SEARCH
- TOOLBOX
- LANGUAGES