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

https://github.com/pymongo/go_leetcode

some leetcode solutions in go
https://github.com/pymongo/go_leetcode

Last synced: 13 days ago
JSON representation

some leetcode solutions in go

Awesome Lists containing this project

README

          

---
leetcode_solutions: >-
Go
---

> %w(Python Rust Go Java C++).sort().reverse() = \["Rust", "Python", "Java", "Go", "C++"]

| # | Title | Solutions | Category |
|---| ----- | -------- | ---------- |
|1|[Two Sum](https://leetcode.com/problems/two-sum/)|[Rust](src/easy/two_sum.rs), [Java](https://github.com/pymongo/java_leetcode/blob/master/src/test/java/com/leetcode/collections/HashMapTwoSum.java), [Go](https://github.com/pymongo/go_leetcode/blob/master/two_sum_test.go)|bitwise|
|2|[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/)|[Rust](src/linked_list/add_two_linked_list.rs), [Python](https://github.com/pymongo/python_leetcode/blob/master/linked_list/add_two_numbers.py), [Java](https://github.com/pymongo/java_leetcode/blob/master/src/test/java/com/leetcode/collections/TraverseTwoListNode.java), [Go](https://github.com/pymongo/go_leetcode/blob/master/traverse_two_list_node_test.go)|linked_list|
|...|[Full Solutions List Visit My Repo: rust_leetcode](https://github.coms/pymongo/rust_leetcode/)|

---

## vscode setup go

Install go language server: gopls

Install go-outline