{"id":19702103,"url":"https://github.com/cathyfu1215/cs61b","last_synced_at":"2026-06-07T22:34:18.994Z","repository":{"id":171493684,"uuid":"590021104","full_name":"cathyfu1215/CS61B","owner":"cathyfu1215","description":"Self-learning CS61B of UCBerkeley , this repo contains both labs and projects","archived":false,"fork":false,"pushed_at":"2023-07-23T02:31:50.000Z","size":665,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T16:17:52.607Z","etag":null,"topics":["algorithms","data-structures","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cathyfu1215.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-01-17T13:40:01.000Z","updated_at":"2023-07-18T09:21:18.000Z","dependencies_parsed_at":"2024-01-14T16:33:11.257Z","dependency_job_id":null,"html_url":"https://github.com/cathyfu1215/CS61B","commit_stats":null,"previous_names":["fcfc2021/cs61b","cathyfu1215/cs61b"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cathyfu1215/CS61B","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cathyfu1215%2FCS61B","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cathyfu1215%2FCS61B/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cathyfu1215%2FCS61B/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cathyfu1215%2FCS61B/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cathyfu1215","download_url":"https://codeload.github.com/cathyfu1215/CS61B/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cathyfu1215%2FCS61B/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34041087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","data-structures","java"],"created_at":"2024-11-11T21:13:30.197Z","updated_at":"2026-06-07T22:34:18.979Z","avatar_url":"https://github.com/cathyfu1215.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS61B @UC Berkeley\n\nInstructor: Josh Hug\n\nCourse Materials:https://sp21.datastructur.es/\n\nCourse Book:https://joshhug.gitbooks.io/hug61b/content/\n\nLanguage using: Java\n\n\n## week 1:\n\nLecture 1\nIntro, Hello World Java \n\nLecture 2\nDefining and Using Classes \n\n#### HW0 \nhttps://github.com/fcfc2021/CS61B/tree/main/HW0\n\n#### Lab1 Setting Up Your Computer\nhttps://github.com/fcfc2021/CS61B/tree/main/Lab1\n\n\n## week 2:\n\nLecture 3\nTesting\n\nLecture 4\nReference, Recursion, and Lists\n\nLecture 5 \nSLLists, Nested Classes, Sentinel Nodes\n\n#### Discussion: Intro to Java\n\nScope , Pass by Value, Static (Exam Prep)\n\n#### Lab 2 Debugging\nhttps://github.com/fcfc2021/CS61B/tree/main/Lab2/lab2\n\n#### Project 0 ✅\nhttps://github.com/fcfc2021/CS61B/tree/main/project0\n\n## week 3\n\nLecture 6\nDLLists, Arrays\n\nLecture 7\nALists, Resizing, vs. SLists\n\nLecture 8\nInheritance, Implements\n\n#### Discussion: Scope, Static, Linked Lists\n\nLinked List Exam Prep\n\n#### Lab 3 Randomizing Testing and Timing\n\n#### Project 1 ✅\nhttps://github.com/fcfc2021/CS61B/tree/main/project1\n\n\n## week 4\n\nLecture 9 \nExtends, Casting, Higher Order Functions\n\nLecture 10\nSubtype Polymorphism vs. HoFs\n\nLecture 11 \nExceptions, Iterators, Object Methods\n\n#### Discussion: Inheritance and Implements\n\n#### Lab 4 Git and Debugging (did not do because of connection issues)\n\n## week 5:\n\nLecture 12\nCommand Line Programming, Git, Project 2 Preview\n\nLecture 13\nAsymptotics I\n\n#### Discussion: Polymorphism, Iterators, and Iterables\n\n#### Project 2 🚀\nhttps://github.com/fcfc2021/CS61B/tree/main/proj2\n\n\n## week 6:\nLecture 14\nDisjoint Sets\n\nLecture 15\nAsymptotics II\n\nLecture 16\nADTs, Sets, Maps, BSTs\n\n#### Discussion: Disjoint Sets and Asymptotics\n\n#### Lab 6 Project 2 Getting Started ✅\nhttps://github.com/fcfc2021/CS61B/tree/main/lab6\n\n## week 7:\nLecture 17 \nB-Trees (2-3, 2-3-4 Trees)\n\nLecture 18\nRed Black Trees\n\nLecture 19 \nHashing\n\n#### Discussion: ADTs and Asymptotics II\n\n#### Lab 7 BSTMap ✅\nhttps://github.com/fcfc2021/CS61B/tree/main/lab7\n\n\n## week 8:\nLecture 20 \nHeaps and PQs\n\nLecture 21\nTree and Graph Traversals\n\nLecture 22\nGraph Traversals and Implementationas\n\n#### Discussion: B-trees, Red-Black Trees and Hashing\n\n#### Lab 8 HashMap ✅\nhttps://github.com/fcfc2021/CS61B/tree/main/lab8\n\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcathyfu1215%2Fcs61b","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcathyfu1215%2Fcs61b","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcathyfu1215%2Fcs61b/lists"}