Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snehalyelmati/competitive-programming-golang
Repository to maintain LeetCode, Kickstart and CodeChef solutions in Go. Implementation and notes of data structures and algorithms.
https://github.com/snehalyelmati/competitive-programming-golang
algorithms data-structures golang google-hashcode google-kickstart leetcode
Last synced: 12 days ago
JSON representation
Repository to maintain LeetCode, Kickstart and CodeChef solutions in Go. Implementation and notes of data structures and algorithms.
- Host: GitHub
- URL: https://github.com/snehalyelmati/competitive-programming-golang
- Owner: snehalyelmati
- Created: 2021-03-13T10:23:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T13:58:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T00:33:19.876Z (26 days ago)
- Topics: algorithms, data-structures, golang, google-hashcode, google-kickstart, leetcode
- Language: Go
- Homepage:
- Size: 2.36 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive Programming and DSA using GoLang
## DSA Notes
1. [Algorithmic Complexity](notes/algorithmic-complexity.md)
2. [Arrays](notes/arrays.md)## Legend for the Repository
### Naming convention used
For CodeChef problems - codechef_PROBLEM_CODE
For Google Kickstart - ks_PROBLEM_CODE
For LeetCode - lc_PROBLEM_NAME### Index
tiq - Top interview questions EasyNote: Check the commits for the exact problem names.
Legacy:
For LeetCode - lc_PLAYLIST_CONCEPT_NUMBER - E.g. lc_tiq_array_1