Ran

Best 4k Monitor for 2 Computers Setup (Mac & Win) and Gaming (2022 Dec) Members Public

Best 4k144 Monitor for having 2 Computers set up (Mac & Win) and Gaming in 2022. Use one monitor for all: reading, programming, and gaming.

Ran
Ran
Products Recommendation

Theorems and Corollaries in Elementary Number Theory Members Public

All theorems and corollaries mentioned in David M. Burton's Elementary Number Theory are listed by following the book's order. (7th Edition) (Currently Ch 1 - 4)

Ran
Ran
Number Theory

HackerRank: Merge the Tools! Notes Members Public

Background This article was written down when I was doing a Python challenge on HackerRank: "Merge the Tools!". Merge the Tools! | HackerRankSplit a string into subsegments of length $k$, then print each subsegment with any duplicate characters stripped out.HackerRank Problem To help you understand this problem, I

Ran
Ran
Python

Binance Referral Code (10% discount) and Detailed Explanation Members Public

The followings are my Binance referral code if you find it useful for you! Binance Referral Code You can get a 10% discount on your trading fee. I can also earn 10% from your trading fee. This is already the maximum discount that I can give for now! IMTP0IQC You

Ran
Ran
Crypto

HackerRank: The Minion Game Notes Members Public

Background This article was written down when I was doing a Python challenge on HackerRank: The Minion Game. Hints If you haven't passed this question and want to have some hints. There are two hints I think might be helpful: * The solution can be done with one loop

Ran
Ran
Python

HackerRank: Capitalize! Notes Members Public

Background This article was written down when I was doing a Python challenge on HackerRank: Capitalize! [https://www.hackerrank.com/challenges/capitalize/problem]. It was not a hard problem, but I got the "Wrong Answer" three times... The main problem is that I am not familiar with the

Ran
Ran
Python

HackerRank: Alphabet Rangoli Notes Members Public

Background This article was written down when I was doing the Python challenge on HackerRank: Alphabet Rangoli [https://www.hackerrank.com/challenges/alphabet-rangoli/problem]. Although I passed all the tests quickly, my solution looked dirty and not clean enough. Thus I tried to simplify my solution after getting some insights

Ran
Ran
Python

HackerRank: Designer Door Mat Notes Members Public

Background I think the "Designer Door Mat [https://www.hackerrank.com/challenges/designer-door-mat/problem]" is suitable for serving as a practice f [https://www.hackerrank.com/challenges/text-alignment/problem]or your understanding of the Python center() method. Problem The problem gives you two number N and M where

Ran
Ran
Python