楼主: Rayaaa
跳转到指定楼层
上一主题 下一主题
收起左侧

学习网课补基础+刷leetcode打卡记录

🔗
 楼主| Rayaaa 2020-3-2 21:29:35 | 只看该作者
全局:
Q-Bear 发表于 2020-3-2 20:54
没想到头像如此相似,我是在国内学完之后感觉什么都学了,但是感觉学的还是不够精,网课还是要走起来的(&#1 ...

哈哈哈巧了~我感觉很多东西学一遍没有往心里去,还是得看看网课重新领悟一下~
回复

使用道具 举报

🔗
sweeter0306 2020-3-2 22:48:10 | 只看该作者
全局:
LZ能分享一下课程链接吗?谢谢。
回复

使用道具 举报

🔗
 楼主| Rayaaa 2020-3-3 12:43:39 | 只看该作者
全局:
回复

使用道具 举报

🔗
 楼主| Rayaaa 2020-3-3 20:33:07 | 只看该作者
全局:
【3.3打卡】
学习进度:CS 61B L5&L6
笔记要点:
1. Linked List
  • array-based list
       pros:very fast access of each item
       cons:array has fixed length+insertation will be very difficault
  • Linked list
       public class ListNode{

             public int item;
             public ListNode next;
        }
  • SListNode
       two problems: 1, Inserting new item at the beginning, but y will not change as x   2. How do you represent an empty list?

       solution: Separate SList class maintain the head of the list
     


  • Double-linked list

       Inserting/deleting at front of list is easy.
      


  • sentinel
      


2. Stack frames - part 1

  • The heap and the stack
      



  • parameter passing
       1) Java passes all parameters by value: copied

       2) When parameter is a reference, the reference is copied, but the object is shared
每日叨叨:
今天讲的内容非常有用,主要是关于list和堆/栈的,查缺补漏+1

回复

使用道具 举报

🔗
ltph17 2020-3-5 13:10:13 | 只看该作者
本楼:
全局:
楼主加油~
回复

使用道具 举报

全局:
楼主加油吧
回复

使用道具 举报

🔗
 楼主| Rayaaa 2020-3-5 21:51:37 | 只看该作者
全局:
【3.4 & 3.5打卡】
学习进度:CS61B L7&L8
笔记要点:
  • BinarySearch




  • Inheritance
  • Java executes TailList constructors which calls SList() constructors before it executes any code
  • Protected field is visible to declaring class and all its sub classes, but no others
  • Private field is not visible even to its sub classes
  • Testing
  • Modular Testing
  • Test drivers call the code, check results
  • Stubs: Bits of code called by the code being tested
  • Integration Testing
  • Result Verification
  • Algorithm result checkers
每日叨叨:




昨天因为有事鸽了一天,落了一天进度,明天加油
回复

使用道具 举报

🔗
 楼主| Rayaaa 2020-3-5 21:52:22 | 只看该作者
全局:

谢谢你啦~
回复

使用道具 举报

🔗
 楼主| Rayaaa 2020-3-5 21:53:05 | 只看该作者
全局:

谢谢你啦~
回复

使用道具 举报

🔗
glayin 2020-3-5 23:18:23 | 只看该作者
全局:
刚刚看完L1&L2路过,YouTube真的好卡,缓冲的时间比视频的时间都要长。小菜鸡目前还0ad,还是学点啥缓解日常焦虑吧。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

>
快速回复 返回顶部 返回列表