77 lines
890 B
Markdown
77 lines
890 B
Markdown
```
|
|
__
|
|
_____ _____ ____ ____ / /____ _____
|
|
/ ___/ / ___/ / __ \/ __ \/ __/ _ \/ ___/
|
|
/ /__ (__ ) / / / / /_/ / /_/ __(__ )
|
|
\___/ /____/ /_/ /_/\____/\__/\___/____/
|
|
|
|
```
|
|
|
|
# CS notes
|
|
|
|
This is where I store notes about CS
|
|
|
|
---
|
|
|
|
## Lists
|
|
|
|
#### TODO
|
|
|
|
```query
|
|
#TODO
|
|
```
|
|
|
|
#### Needs more understandings
|
|
|
|
```query
|
|
#CS_list_need_understanding
|
|
```
|
|
|
|
#### Needs practicing
|
|
|
|
```query
|
|
#CS_list_need_practicing
|
|
```
|
|
|
|
## Websites
|
|
|
|
#### [leetcode.com](https://leetcode.com)
|
|
|
|
```query
|
|
#leetcode
|
|
```
|
|
|
|
#### [hackerearth.com](https://www.hackerearth.com/)
|
|
|
|
```query
|
|
#hackerearth
|
|
```
|
|
|
|
## Data Structure
|
|
|
|
#### Coding problems
|
|
|
|
```query
|
|
#coding_problem and #DS
|
|
```
|
|
|
|
#### Analysis
|
|
|
|
```query
|
|
#CS_analysis and #DS
|
|
```
|
|
|
|
## Algorithm
|
|
|
|
#### Coding problems
|
|
|
|
```query
|
|
tag:#coding_problem tag:#algorithm
|
|
```
|
|
|
|
#### Analysis
|
|
|
|
```query
|
|
#CS_analysis #algorithm
|
|
```
|