Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elskow/datasturucturego
Generic Go-lang Code (I do a lot leetcode)
https://github.com/elskow/datasturucturego
leetcode
Last synced: 17 days ago
JSON representation
Generic Go-lang Code (I do a lot leetcode)
- Host: GitHub
- URL: https://github.com/elskow/datasturucturego
- Owner: elskow
- Created: 2023-02-09T09:54:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T14:54:37.000Z (over 1 year ago)
- Last Synced: 2024-11-13T10:12:04.571Z (3 months ago)
- Topics: leetcode
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataStuructureGO
This repository contains source code for the Data Structures course at the [State University of Surabaya](https://www.unesa.ac.id/). The code is written in [Golang](https://go.dev/) and serves as an implementation of various data structures, such as linked lists, stacks, queues, trees, and graph. This code was written as a part of the course assignment. Written in Go 1.19.5 version.