2022-06-14 23:33:35 +08:00
|
|
|
```
|
2022-09-03 15:41:36 +08:00
|
|
|
__
|
2022-06-14 23:33:35 +08:00
|
|
|
_____ _____ ____ ____ / /____ _____
|
|
|
|
/ ___/ / ___/ / __ \/ __ \/ __/ _ \/ ___/
|
2022-09-03 15:41:36 +08:00
|
|
|
/ /__ (__ ) / / / / /_/ / /_/ __(__ )
|
|
|
|
\___/ /____/ /_/ /_/\____/\__/\___/____/
|
|
|
|
|
2022-06-14 23:33:35 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
# CS notes
|
|
|
|
|
|
|
|
This is where I store notes about CS
|
|
|
|
|
2022-09-03 15:41:36 +08:00
|
|
|
---
|
2022-06-15 22:53:24 +08:00
|
|
|
|
|
|
|
## Lists
|
2022-09-03 15:41:36 +08:00
|
|
|
|
2022-09-08 15:33:54 +08:00
|
|
|
#### Collection of problems of same kind
|
|
|
|
|
|
|
|
```query
|
|
|
|
#problem_collection
|
|
|
|
```
|
|
|
|
|
2022-09-03 15:41:36 +08:00
|
|
|
#### TODO
|
|
|
|
|
|
|
|
```query
|
|
|
|
#TODO
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Needs more understandings
|
|
|
|
|
|
|
|
```query
|
2022-09-03 15:17:25 +08:00
|
|
|
#CS_list_need_understanding
|
2022-09-03 15:41:36 +08:00
|
|
|
```
|
|
|
|
|
2022-09-03 15:17:25 +08:00
|
|
|
#### Needs practicing
|
2022-09-03 15:41:36 +08:00
|
|
|
|
|
|
|
```query
|
2022-09-03 15:17:25 +08:00
|
|
|
#CS_list_need_practicing
|
2022-09-03 15:41:36 +08:00
|
|
|
```
|
|
|
|
|
2022-09-05 16:10:30 +08:00
|
|
|
#### Topics that needs care
|
|
|
|
|
2022-09-06 20:22:48 +08:00
|
|
|
- #sliding_window
|
|
|
|
- #Kadane_s_algorithm
|
|
|
|
- #greedy
|
2022-09-05 16:10:30 +08:00
|
|
|
|
2022-06-14 23:33:35 +08:00
|
|
|
## Websites
|
|
|
|
|
|
|
|
#### [leetcode.com](https://leetcode.com)
|
2022-09-03 15:41:36 +08:00
|
|
|
|
|
|
|
```query
|
|
|
|
#leetcode
|
|
|
|
```
|
2022-06-14 23:33:35 +08:00
|
|
|
|
|
|
|
#### [hackerearth.com](https://www.hackerearth.com/)
|
2022-09-03 15:41:36 +08:00
|
|
|
|
|
|
|
```query
|
2022-09-03 15:17:25 +08:00
|
|
|
#hackerearth
|
2022-09-03 15:41:36 +08:00
|
|
|
```
|
2022-06-14 23:33:35 +08:00
|
|
|
|
2022-06-16 13:54:44 +08:00
|
|
|
## Data Structure
|
2022-09-03 15:41:36 +08:00
|
|
|
|
2022-06-14 23:33:35 +08:00
|
|
|
#### Coding problems
|
2022-09-03 15:41:36 +08:00
|
|
|
|
|
|
|
```query
|
|
|
|
#coding_problem and #DS
|
|
|
|
```
|
|
|
|
|
2022-06-14 23:33:35 +08:00
|
|
|
#### Analysis
|
2022-09-03 15:41:36 +08:00
|
|
|
|
|
|
|
```query
|
|
|
|
#CS_analysis and #DS
|
|
|
|
```
|
2022-06-14 23:33:35 +08:00
|
|
|
|
2022-06-16 13:54:44 +08:00
|
|
|
## Algorithm
|
2022-09-03 15:41:36 +08:00
|
|
|
|
2022-06-14 23:33:35 +08:00
|
|
|
#### Coding problems
|
2022-09-03 15:41:36 +08:00
|
|
|
|
|
|
|
```query
|
|
|
|
tag:#coding_problem tag:#algorithm
|
|
|
|
```
|
|
|
|
|
2022-06-14 23:33:35 +08:00
|
|
|
#### Analysis
|
2022-09-03 15:41:36 +08:00
|
|
|
|
|
|
|
```query
|
|
|
|
#CS_analysis #algorithm
|
|
|
|
```
|