三十而立,四十而不惑,五十而知天命,六十而耳顺,七十而从心所欲,不逾矩
It is because the Github only support the raw markdown. So all the formula I wrote cannot be rendered. So I highly recommend you install MathJax Plugin for Github for your chrome.
目录
目前 GPA 3.7 (4)
-
INFO 7390 Advance in Data Science Architecture Professor: Nik Bear Brown
-
INFO 6210 Data Management and Database Design Professor: Chaiyaporn Mutsalklisana
-
MGEN Communication for Engineers Professor: COE
-
INFO 6105 Data Science Engineering Methods and Tools Professor: Konstantopoulos, Dino
-
INFO 5100 Application Engineering and Development Professor: Kal Bugrara
- 抽象数据类型和面向对象
- 数组和列表
- 链表
- 队列
- 栈
- 哈希表
- 字典
- 集合
- 线性查找和二分查找
- 冒泡和基本排序
- 高级排序
- Git and HTML
- New Features in HTML5
- Flask
- jinje2
- jinje2 form
- jinje2 layout
- jinje2 session
- placeholder
- route
Project 0
- SQL and SQLAlchemy
- FlaskSQL JSON ORM
Project 1
- JavaScript Websocket
- Week 1 - Union-find & Algorithm Analysis
Practice 1 percolation
- Week 2 - Stack and Queues Elementary Sort
Practice 2 queue
- Week 3 - Mergesort and Quicksort
Practice 3 collinear
- Week 4 - Priority queue and Elementary symbol tables
Here will include two parts. Notes are the note during self-learning. 🔥 Warning of Math 🔥 is the mathematical Pf about some theories. Notes
🔥 Warning of Math 🔥
- 哪些类用到了解决哈希冲突的开放定址法
- JVM内存
- java8中,下面哪个类用到了解决哈希冲突的开放定址法
- JDK 1.7 前接口和抽象类的特性
- 线程安全的集合框架
- 进程互斥 - 皮森特算法
- 同步和锁
- 自旋锁
- 睡眠与唤醒
- 信号量
- 互斥量
StringBuffer
和StringBuilder
的区别- 范型的理解
- 序列化和反序列化
- Java 中 == equals hashcode的关系与区别
- Comparator 和 Comparable 的区别
- 双重检查锁单例模式为什么要用volatile关键字
- 怎么不使用synchronized和lock实现一个线程安全的单例
- 破坏单例
- Java 中 ClassLoader的作用
- 网络协议
- 网络数据包结构与分片
- Cookie和Session
- TCP-协议的拥塞避免算法
- 浏览器输入 URL 后发生了什么
- 1312. Minimum Insertion Steps to Make a String Palindrome DP
- 300. Longest Increasing Subsequence M DP
- 200. Number of Islands DFS
- 130. Surrounded Regions DFS
- 162. Find Peak Element BinarySearch
- 1143. Longest Common Subsequence DP
- 435. Non-overlapping Intervals 贪心
- 452. Minimum Number of Arrows to Burst Balloons 贪心
- 111. Minimum Depth of Binary Tree 树
- 104. Maximum Depth of Binary Tree 树
- 516. Longest Palindromic Subsequence DP
- 877. Stone Game DP
- 662. Maximum Width of Binary Tree
- 559. Maximum Depth of N-ary Tree
- 179. Largest Number OverrideSort
- 130. Surrounded Regions
- 200. Number of Islands
- 261. Graph Valid Tree
- 323. Number of Connected Components in an Undirected Graph
- 547. Friend Circles
- 121. Best Time to Buy and Sell Stock
- 122. Best Time to Buy and Sell Stock II
- 309. Best Time to Buy and Sell Stock with Cooldown
- 714. Best Time to Buy and Sell Stock with Transaction Fee
- 123. Best Time to Buy and Sell Stock III
- 188. Best Time to Buy and Sell Stock IV
- 3. 无重复字符的最长子串 M
- HashMap
- 双指针
- 滑动窗口
- 4. 寻找两个正序数组的中位数 H
- 二分 分治
- 15. 三数之和 M
- 二分查找
- 238. 除自身以外数组的乘积M
- 前后缀乘积
- 15. 字符串相加 E
- 动态带规划解题框架
- 回溯方法
- 数据结构相关