Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justxuewei/leetcode-go
https://github.com/justxuewei/leetcode-go
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justxuewei/leetcode-go
- Owner: justxuewei
- Created: 2020-12-28T15:56:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T03:10:17.000Z (over 2 years ago)
- Last Synced: 2024-11-09T05:33:33.666Z (3 months ago)
- Language: Go
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms Written by Golang
The project contains algorithms that I've tried to solve and all of them are written by Golang. The structure is divided by topics, which will be illustrated in the Contents section.
## Contents
- array101([Ref](https://leetcode.com/explore/featured/card/fun-with-arrays/))
- btree: binary tree([Ref](https://leetcode.com/explore/learn/card/data-structure-tree/))
- bytedance: problems for ByteDance interview
- dp: dynamic programming([Ref](https://leetcode.com/tag/dynamic-programming/))
- ds: basic data structures
- jzoffer([Ref](https://leetcode-cn.com/problemset/lcof/))
- lnklist: linked list([Ref](https://leetcode.com/explore/learn/card/linked-list/))
- rbtree: red-black tree
- sldwin: sliding window