Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 Easy

Note: Check the commits for the exact problem names.

Legacy:
For LeetCode - lc_PLAYLIST_CONCEPT_NUMBER - E.g. lc_tiq_array_1