8000 Tags · threeal/leetspace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: threeal/leetspace

Tags

202505

Toggle 202505's commit message

Verified

This tag was signed with the committer’s verified signature.
threeal Alfi Maulana
May 2025

202504

Toggle 202504's commit message

Verified

This tag was signed with the committer’s verified signature.
threeal Alfi Maulana
April 2025

202503

Toggle 202503's commit message

Verified

This tag was signed with the committer’s verified signature.
threeal Alfi Maulana
March 2025

202502

Toggle 202502's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: solve problem 3443. Maximum Manhattan Distance After K Changes (#…

…2732)

* test: add test for problem 3443. Maximum Manhattan Distance After K Changes

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

* feat(problem-3443/cpp): solve by counting the directions

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

---------

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>

202501

Toggle 202501's commit message

Verified

This tag was signed with the committer’s verified signature.
threeal Alfi Maulana
January 2025

202412

Toggle 202412's commit message

Verified

This tag was signed with the committer’s verified signature.
threeal Alfi Maulana
December 2024

202411

Toggle 202411's commit message

Verified

This tag was signed with the committer’s verified signature.
threeal Alfi Maulana
November 2024

202410

Toggle 202410's commit message

Verified

This tag was signed with the committer’s verified signature.
threeal Alfi Maulana
October 2024

202409

Toggle 202409's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: solve problem 1690. Stone Game VII (#1914)

* test: add test for problem 1690. Stone Game VII

* feat(problem-1690/cpp): solve by checking all possibilities

* perf(problem-1690/cpp): utilize one array instead to hold prev diffs

202408

Toggle 202408's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: solve problem 628. Maximum Product of Three Numbers in C (#1798)

* test(problem-628): add support to test in C

* feat(problem-628/c): solve by using partial sort

* perf(problem-628/c): get min max without partial sort
0