User contributions
Jump to navigation
Jump to search
- 16:34, 31 July 2017 diff hist -180 FAQ
- 16:31, 31 July 2017 diff hist +305 FAQ
- 15:13, 31 July 2017 diff hist +10 N-Queens/Sudoku Assignment →N-Queens
- 14:41, 31 July 2017 diff hist -30 Rundown on Everything Java →Classes, Interfaces, and Inheritance current
- 14:38, 31 July 2017 diff hist +30 Rundown on Everything Java →Classes, Interfaces, and Inheritance
- 14:27, 31 July 2017 diff hist +99 Habanero
- 19:12, 28 July 2017 diff hist +150 Main Page
- 19:10, 28 July 2017 diff hist +2,154 FAQ
- 22:01, 27 July 2017 diff hist +43 FAQ
- 22:00, 27 July 2017 diff hist +11 FAQ
- 21:58, 27 July 2017 diff hist +6,352 N FAQ Created page with "We have gathered the most frequently asked questions on Piazza and the Q&S forms on this wiki for your convenience. =Unit 1= *For the demo, he uses a threshold to determine..."
- 15:58, 25 July 2017 diff hist +44 Main Page
- 15:45, 25 July 2017 diff hist 0 Main Page →Class Policies and Grading Breakdown
- 15:44, 25 July 2017 diff hist +20 Main Page →Class Policies and Grading Breakdown
- 15:44, 25 July 2017 diff hist +2,929 N Class Policies Created page with "=Academic Integrity and Citations= You are expected to complete all assignments, studios, and warmups independently. However, we understand that you and your fellow classmate..."
- 21:33, 24 July 2017 diff hist +114 K Mer Counting Assignment →IsolatedBucketDictionary Implementation
- 21:28, 24 July 2017 diff hist -316 K Mer Counting Assignment →Breakdown
- 21:24, 24 July 2017 diff hist -462 K Mer Counting Assignment
- 17:52, 24 July 2017 diff hist +80 K Mer Counting Assignment
- 15:38, 24 July 2017 diff hist +113 N-Queens/Sudoku Assignment
- 15:11, 24 July 2017 diff hist +176 Slices →createNSlices
- 20:35, 21 July 2017 diff hist -1 Nucleobase Counting →Rubric
- 20:34, 21 July 2017 diff hist +166 Nucleobase Counting
- 21:14, 27 June 2017 diff hist +24 Main Page
- 21:00, 27 June 2017 diff hist +32 Eclipse Tips
- 20:55, 27 June 2017 diff hist 0 Eclipse Tips
- 19:39, 27 June 2017 diff hist +858 Main Page
- 19:30, 27 June 2017 diff hist 0 m Rundown on Everything Java Benjaminchoi moved page Review of Everything Java to Rundown on Everything Java
- 19:30, 27 June 2017 diff hist +40 N Review of Everything Java Benjaminchoi moved page Review of Everything Java to Rundown on Everything Java current
- 19:23, 27 June 2017 diff hist 0 m Ordered Locks Benjaminchoi moved page Locking Assignment to Locking
- 19:23, 27 June 2017 diff hist +21 N Locking Assignment Benjaminchoi moved page Locking Assignment to Locking current
- 19:10, 27 June 2017 diff hist +106 Main Page
- 18:45, 27 June 2017 diff hist -31 Main Page
- 18:41, 27 June 2017 diff hist +7,811 N Iterator, Collection, and Map Created page with "=Background= In the following studios, you will use your knowledge of Java to create your own implementation of a '''SinglyLinkedList''', a '''Map''', and a '''HashMap'''. If..."
- 17:56, 27 June 2017 diff hist +950 N Slices Created page with "=Background= As the name suggests, we will create a class to represent a <code>Slice</code> of data and a list of <code>Slice</code> called <code>Slices</code> which divides..."
- 15:40, 27 June 2017 diff hist +13 N-Queens/Sudoku Assignment
- 14:58, 27 June 2017 diff hist +5,986 N N-Queens/Sudoku Assignment Created page with "=Background= The n-queens problem is a fundamental coding puzzle which asks: how can N queens be placed on an NxN chessboard so that they cannot attack each other? In chess,..."
- 21:00, 26 June 2017 diff hist +6,886 N Ordered Locks Created page with "=Background= In Java, locks are a synchronization tool that exists to ensure whatever is protected by the lock is only accessed one thread at a time, as to avoid a possible d..."
- 20:24, 26 June 2017 diff hist +1,551 N Floodfill Application Created page with "=Background= In this studio, you will be using a parallel and recursive method to create an app that fills in a space with color, much like the paint bucket in MS Paint. =Wh..."
- 20:18, 26 June 2017 diff hist +2,098 N LeggedRaces Created page with "=Background= In a legged race, a group of people must try to move forward as quickly as possible with their legs tied to each other. In other words, the group can only be as..."
- 20:02, 26 June 2017 diff hist +4,909 K Mer Counting Assignment
- 19:52, 26 June 2017 diff hist +125 Rundown on Everything Java
- 19:42, 26 June 2017 diff hist +2,897 Rundown on Everything Java
- 21:30, 23 June 2017 diff hist +15,933 N Rundown on Everything Java Created page with "=A Note About Java= Java is an object-oriented programming language and the language we will use in this course. Most of you should be familiar with Java from CSE 131 or AP C..."
- 20:02, 23 June 2017 diff hist +3,622 N Nucleobase Counting Created page with "=Background= For this assignment, you will be writing sequential and parallel code to count nucleobases in a human X chromosome. DNA is made up of four nucleobases: cytosin..."