Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harryxiong24/code-collection
Record the track of my code practice.
https://github.com/harryxiong24/code-collection
go javascript objective-c python3 swift typescript
Last synced: about 1 month ago
JSON representation
Record the track of my code practice.
- Host: GitHub
- URL: https://github.com/harryxiong24/code-collection
- Owner: HarryXiong24
- License: mit
- Created: 2020-09-27T14:29:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:44:01.000Z (2 months ago)
- Last Synced: 2024-10-29T18:45:03.397Z (2 months ago)
- Topics: go, javascript, objective-c, python3, swift, typescript
- Language: TypeScript
- Homepage:
- Size: 2.31 MB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Collection
Record my process of code practice, including data structure and algorithm, frontend-related and backend-related content.
Some directories have the following meanings:
1. Data Structure & Algorithm: store some data structure and algorithm knowledge points
2. Problem Collection: Store some data structure and algorithm problems
3. Typescript Problem Collection: store some Typescript type-practice questions
4. Frontend: Store some codes related to frontend knowledge points
5. Backend: store some codes related to backend knowledge points
6. test: store some temporary files for testingNote:
1. The titles with serial numbers in the data structure and algorithm folder are the titles that can be found in Leetcode, and the languages used in the algorithm title include Typescript, Python 3, Golang
2. Because some modules, questions, and solutions can be summarized into different sections, some content will be repeated in different places记录我的刷题历程,包含数据结构与算法,前端与服务端的相关内容。
其中部分目录结构含义如下:
1. Data Structure & Algorithm: 存放一些数据结构和算法的内容
2. Problem Collection: 存放一些数据结构和算法的题目
3. Typescript Problem Collection: 存放一些 Typescript 类型练习题目
4. Frontend:存放一些和前端相关知识点的代码
5. Backend:存放一些和后端相关知识点的代码
6. test:存放一些用于测试的临时文件注:
1. 数据结构和算法文件夹中有序号的题目为 Leetcode 中能找到的题目,其中算法题目使用的语言包含 Typescript, Python 3, Golang
2. 因为有些模块、题目、解法可以归纳到不同的板块,所以有些内容会在不同的地方出现重复