CS61B-PathwayToSuccess icon indicating copy to clipboard operation
CS61B-PathwayToSuccess copied to clipboard

This repository contains all the lab, homework, and project code solutions for the CS61B Spring 2018 course, along with detailed comments. 这个仓库包含了 CS61B Spring 2018 课程的所有lab、作业和项目代...

CS61B - Spring 2018 代码全解 Full Code Guide

目录Contents

  • Lab

    • Lab 1✅ - javac, java, git - Solution - Website

    • Lab 2✅ - IDEs - Solution - Website

    • Lab 2setup✅ - Setting Up IntelliJ - Solution - Website - library-sp18

    • Lab 3✅ - Testing, Debugging - Solution - Website

    • Lab 4 - Peer Code Review - Solution - Website

    • Lab 9✅ - Tree Maps vs. Hash Maps - Solution - Website

    • Lab 10✅ - Priority Queues - Solution - Website

    • Lab 11✅ - Graphs - Solution - Website

    • Lab 12✅ - Merge Sort and Quick Sort - Solution - Website

    • Lab 13✅ - Radix Sorts - Solution - Website

    • Lab 14✅ - Fractal Sound - Solution - Website

    • Lab 15✅ - HugLife - Solution - Website

  • HW

    • HW 1✅ - Packages, Interfaces, Generics, Exceptions, Iteration - Solution - Website

    • HW 2✅ - Percolation - Solution - Website

    • HW 3✅ - Hashing - Solution - Website

    • HW 4✅ - 8 Puzzle - Solution - Website

    • HW 5✅ - Seam Carving - Solution - Website

    • HW 6✅ - Boggle - Solution - Website

    • HW 7✅ - Huffman Coding - Solution - Website

  • Project

    • Proj 0✅ - NBody Simulation - Solution - Website

    • Proj 1✅

      • A - Data Structures - Solution - Website
      • B - Applying and Testing Data Structures - Solution - Website
      • GOLD - Autograding - Solution - Website
    • Proj 2✅ - CS61BYoG - Solution - Website

    • Proj 3✅ - Bear Maps - Solution - Website

友链 Friend Links:

proj2 by @stg1205

CS 自学指南 Self-Study Guide and Code by @PKUFlyingPig

The textbook Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne surveys the most important algorithms and data structures in use today.