Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almmiko/rttd
Solutions for different technical problems.
https://github.com/almmiko/rttd
algorithms data-structures leetcode
Last synced: 24 days ago
JSON representation
Solutions for different technical problems.
- Host: GitHub
- URL: https://github.com/almmiko/rttd
- Owner: almmiko
- Created: 2018-03-25T16:38:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T21:37:01.000Z (about 6 years ago)
- Last Synced: 2024-11-13T23:43:42.715Z (3 months ago)
- Topics: algorithms, data-structures, leetcode
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RTTD
Solutions for different technical problems.## Leetcode
#### Linked List
[Delete Node in a Linked List](https://leetcode.com/problems/delete-node-in-a-linked-list/)
[Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/)#### Arrays
[Array Partition I](https://leetcode.com/problems/array-partition-i)
[Move Zeroes](https://leetcode.com/problems/move-zeroes/)
[Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)#### Stack
[Valid Parentheses](https://leetcode.com/problems/valid-parentheses/)#### Bit manipulation
[Hamming Distance](https://leetcode.com/problems/hamming-distance/)#### Strings
[Reverse String](https://leetcode.com/problems/reverse-string/)##
[Single Number](https://leetcode.com/problems/single-number/)##
104. Maximum Depth of Binary Tree
226. Invert Binary Tree
448. Find All Numbers Disappeared in an Array
617. Merge Two Binary Trees
771. Jewels and Stones