Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwanhooo/pods
Practices on Data Structures
https://github.com/kwanhooo/pods
cpp data-structures data-structures-and-algorithms
Last synced: 21 days ago
JSON representation
Practices on Data Structures
- Host: GitHub
- URL: https://github.com/kwanhooo/pods
- Owner: Kwanhooo
- License: mit
- Created: 2023-08-04T07:37:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T10:15:09.000Z (over 1 year ago)
- Last Synced: 2024-11-10T23:12:26.053Z (3 months ago)
- Topics: cpp, data-structures, data-structures-and-algorithms
- Language: C++
- Homepage: https://pods.0xcafebabe.cn
- Size: 428 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PODS ![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2FKwanhooo%2FPODS&countColor=%23263759)
### —— Practices on Data Structures
`常用数据结构和算法 的 学习与发现`
## 📔 自述
> 2023 © [_PODS_ with _Kwanhooo_](https://pods.0xCAFEBABE.cn)
>
> Powered by [_0xCAFEBABE Studio_, Org. or its affiliates.](https://www.csu.edu.cn/)## 🦾 源码
### 开发
```shell
# 提交代码# 1.添加暂存区
git add .# 2.提交代码
git commit -m [optional scope]:# 3.推送
git push
```## 🏃 状态
### 基本状态
![GitHub](https://img.shields.io/github/license/Kwanhooo/PODS?style=for-the-badge)
![Website](https://img.shields.io/website?label=Website&style=for-the-badge&url=https://www.0xcafebabe.cn)
---
### 开发状态
![GitHub branch checks state](https://img.shields.io/github/checks-status/Kwanhooo/PODS/main?label=master%20%E5%88%86%E6%94%AF%E6%A3%80%E6%9F%A5&style=for-the-badge)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Kwanhooo/PODS/main?style=for-the-badge)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/Kwanhooo/PODS?style=for-the-badge)
![GitHub contributors](https://img.shields.io/github/contributors/Kwanhooo/PODS?style=for-the-badge)
---
### 仓库统计
![GitHub language count](https://img.shields.io/github/languages/count/Kwanhooo/PODS?style=for-the-badge)
![GitHub repo size](https://img.shields.io/github/repo-size/Kwanhooo/PODS?style=for-the-badge)
![Lines of code](https://img.shields.io/tokei/lines/github/Kwanhooo/PODS?style=for-the-badge)