Blogs about: Cs61b

Featured Blog

Amortized Analysis (Averaging and Accounting Method)

jesca wrote 1 week ago: We use amortized analysis to compute the average time of algorithms that have occasional operations … more →

Breadth First Search vs. Depth First Search

jesca wrote 2 weeks ago: Graphs taken from: http://www.programmerinterview.com/index.php/data-structures/dfs-vs-bfs/ The diff … more →

Tags: Graphs, Breadth First Search, depth first search

Sorting Algorithms

jesca wrote 1 month ago: Insertion Sort, Selection Sort, Heapsort, Mergesort : Sorting_Algorithms … more →

Intro to Hash Functions & Probabilities

jesca wrote 2 months ago: Both CS70 and 61B introduces hash functions this week. CS70′s Note 13 (An Application: Hashing … more →

Tags: UC Berkeley, CS70, Computer Science, cs61b, hash functions

Big O, Big Omega, Big Theta --- O(f(n), Ω(f(n)), Θ (f(n))

jesca wrote 2 months ago: Resources: Jonathan Shewchuk’s Lecture Notes 20 & 21 (http://www.cs.berkeley.edu/~jrs/61b/lec/20 … more →

Tags: UC Berkeley, Computer Science, cs61b, algorithm analysis, Lecture Notes, shewchuk

Git Tutorial (Version Control)

jesca wrote 2 months ago: Git Tutorial (Version Control) It’s very important in for 61B (and for future computer scienti … more →

Tags: Computer Science, Code, cs61b, Version control, git tutorial

Berkeley CS61B homework 61 comment

DM wrote 1 year ago: Course: Berkeley’s CS 61B: Data Structures. Homework 6: Hash Tables, Hash Functions, Compression Fun … more →

Tags: Assignments, Berkeley, Java-fu, Programming, Berkeley CS61B, Compression Functions, CS61B hw6, Hash Collision Probability, Hash Function

Berkeley CS61B homework 51 comment

DM wrote 1 year ago: Course: Berkeley’s CS 61B: Data Structures. Homework 5: Safer doubly linked lists and sets Homework … more →

Tags: Java-fu, Assignments, Programming, Berkeley, programming in Java, Berkeley CS61B, s:List, doubly linked lists, CS61B hw5

Berkeley CS61B homework 41 comment

DM wrote 1 year ago: Course: Berkeley’s CS 61B: Data Structures. Homework 4: Doubly linked lists and inheritance Homework … more →

Tags: Java-fu, Assignments, Programming, Berkeley, programming in Java, Berkeley CS61B, Java Inheritance, CS61B hw4, doubly linked lists

Berkeley CS61B lab5: Practice with Java Inheritance and Java Interfaces

DM wrote 1 year ago: Course: Berkeley’s CS 61B: Data Structures. Lab 5: Practice with Java Inheritance and Java Interface … more →

Tags: Java-fu, Assignments, Programming, Berkeley, programming in Java, Berkeley CS61B, Java Inheritance, Java interfaces, CS61B lab5

Berkeley CS61B Project 1: Sharks and Fish

DM wrote 1 year ago: Berkeley CS61B Project 1: Sharks and Fish (Sharks are red dots, fish are green dots) Course: Berkele … more →

Tags: Java-fu, Assignments, Berkeley, programming in Java, Berkeley CS61B, linked lists, CS61B pj1, CS61B Project 1

Berkeley CS61B Homework 3

DM wrote 1 year ago: Course: Berkeley’s CS 61B: Data Structures. Homework 3 Homework 3 (mirror) is due before lecture 9. … more →

Tags: Java-fu, Assignments, Berkeley, programming in Java, Berkeley CS61B, data structures, CS61B hw3, linked lists, s:List

Berkeley CS61B Homework 2

DM wrote 1 year ago: Course: Berkeley’s CS 61B: Data Structures. Homework 2 Homework 2 (mirror) is due before lectu … more →

Tags: Java-fu, Assignments, Programming, Berkeley, Berkeley CS61B, CS61B hw2

Berkeley CS61B Homework 1

DM wrote 1 year ago: Course: Berkeley’s CS 61B: Data Structures. Homework 1 Homework 1 (mirror) is due before Lectu … more →

Tags: Java-fu, Assignments, Programming, Berkeley, Berkeley CS61B, CS61B hw1

Pascal's Triangle (Inspired by Berkeley CS61B: lec 05)

DM wrote 1 year ago: Pascal’s Triangle is mentioned in Berkeley’s CS61B lecture 5 (around ~39:00 and up). I j … more →

Tags: Java-fu, Berkeley, Java, Berkeley CS61B, Math, Pascal's triangle

OpenCourseWare: Berkeley CS61B: Data Structures12 comments

DM wrote 1 year ago: Berkeley’s CS61B as taught by Prof. Jonathan Shewchuk: Fall 2006 Course Site: http://www.cs.be … more →

Tags: OCW, Java-fu, Programming, Berkeley, Lectures, Lecture Videos, Assignments, programming in Java, Java


Related Tags
All →

Follow this tag via RSS