https://github.com/andriisoldatenko/fan
My answers for different programming challenges in Go/python
https://github.com/andriisoldatenko/fan
go golang leetcode leetcode-golang leetcode-solutions
Last synced: about 2 months ago
JSON representation
My answers for different programming challenges in Go/python
- Host: GitHub
- URL: https://github.com/andriisoldatenko/fan
- Owner: andriisoldatenko
- License: mit
- Created: 2018-03-25T06:47:40.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T18:28:21.000Z (7 months ago)
- Last Synced: 2025-02-25T04:23:29.321Z (about 2 months ago)
- Topics: go, golang, leetcode, leetcode-golang, leetcode-solutions
- Language: Python
- Homepage:
- Size: 3.85 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================================================
Answers for different programming puzzles using Go and Python
=============================================================Statistics
==========
http://uhunt.onlinejudge.org/id/202267Answers Log
===========(2022-02-15)
============
- 136 single number!(2021-04-11)
============
- 591 Box of Bricks(2020-04-27)
============
- sherlock-and-anagrams (hackerrank)(2020-04-24)
============
- 2d-array (hackerrank)(2018-06-05)
============
- 10035 Primary Arithmetic
- 11727 Cost Cutting
- 10038 Jolly Jumpers
- 10783 Odd Sum
- 11172 Relational Operator
- 490 Rotating Sentences
- 488 Triangle Wave
- 494 Kindergarten Counting Game
- 458 The Decoder(2018-06-03)
============
- Hashmat the brave warrior (10055) https://uva.onlinejudge.org/external/100/10055.pdf
- Back to High School Physics (10071) https://uva.onlinejudge.org/external/100/10071.pdf
- Ecological Premium (10300) https://uva.onlinejudge.org/external/103/10300.pdf
- The Decoder (458) https://uva.onlinejudge.org/external/4/458.pdf(2018-05-31)
============
- Ecological Premium (10300) https://uva.onlinejudge.org/external/103/10300.pdf
- Back to High School Physics (10071) https://uva.onlinejudge.org/external/100/10071.pdf
- Hashmat the Brave Warrior (10055) https://uva.onlinejudge.org/external/100/10055.pdf(2018-05-30)
============
- LC-Display (706) https://uva.onlinejudge.org/external/7/706.pdf(2018-05-29)
============
- The Trip (10137) https://uva.onlinejudge.org/external/101/10137.pdf(2018-05-24)
============
- TEX Quotes (272) https://uva.onlinejudge.org/external/2/272.pdf
- Celebrity jeopardy (1124) https://uva.onlinejudge.org/external/11/1124.pdf
- Combination Lock (10550) https://uva.onlinejudge.org/external/105/10550.pdf(2018-05-13)
============
- Minesweeper (10189) https://uva.onlinejudge.org/external/101/10189.pdf(2018-05-11)
============
- The 3n + 1 problem (100) https://uva.onlinejudge.org/external/1/100.pdf(2018-04-28)
============
- Number of 1 Bits (191) https://leetcode.com/problems/number-of-1-bits/
- Power of Two (231) https://leetcode.com/problems/power-of-two/(2018-04-19)
============
- Palindrome Number (9) https://leetcode.com/problems/palindrome-number/
- Reverse Integer (7) https://leetcode.com/problems/reverse-integer/(2018-04-13)
============
- Reverse Words in a String III (557) https://leetcode.com/problems/reverse-words-in-a-string-iii/(2018-04-11)
============- Add Digits (258) https://leetcode.com/problems/add-digits/
- Detect Capital (520) https://leetcode.com/problems/detect-capital/(2018-04-01)
============- Array Partition I (561) https://leetcode.com/problems/array-partition-i/
- Reverse String (344) https://leetcode.com/problems/reverse-string/(2018-03-31)
============- Judge Route Circle (657) https://leetcode.com/problems/judge-route-circle/
- Self Dividing Numbers (728) https://leetcode.com/problems/self-dividing-numbers/(2018-03-25)
============- Jewels and Stones (771) https://leetcode.com/problems/jewels-and-stones/
- Unique Morse Code Words (804) https://leetcode.com/problems/unique-morse-code-words/
- Hamming Distance (461) https://leetcode.com/problems/hamming-distance/