Stats

1
Projects
8
Devlogs
40
Votes
1
Ships

Coding Time

All Time: 70h 35m
Today: 0h 56m

Member Since

June 16, 2025

Badges

1
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

1
Share Your Code
8 devlogs • about 1 month ago

Activity

acise03
acise03 worked on Share Your Code
4h 20m • 1 day ago

working on more graph theory problems!

Update attachment
acise03
acise03 worked on Share Your Code
2h 40m • 3 days ago

working on graph theory problems

Update attachment
acise03
acise03 worked on Share Your Code
9h 21m • 5 days ago

working on matrix exponentiation to solve problems such as fast fibonacci

Update attachment
acise03
acise03 worked on Share Your Code
9h 25m • 9 days ago

Learned digit DP! added more problems; currently working on: https://dmoj.ca/problem/btoi13p2

Update attachment
acise03
acise03 worked on Share Your Code
9h 24m • 22 days ago

Learned string hashing! specifically rabin-karp string matching algorithm - comparing rolling hash values and combining it with binary search to improve the speed of my programs

Update attachment

Decided to try some adhoc problems! Found some very interesting string manipulation problems. I noticed that for most problems, there was a key insight and once you found that idea, you pretty much solved that problem! currently working on https://dmoj.ca/problem/ccc23s3

Update attachment

Transitioned to solving more graph theory problems! Found a very useful idea: unordered_map is faster than map at .find() and switching allowed my solution to pass! currently working on https://dmoj.ca/problem/ioi13p1io

Update attachment

Worked on more strings and adhoc problems. Learned how to solve searching for permutations of strings and added to the list of problems. Currently working on determining if a substring of a word is in a sequence (https://dmoj.ca/problem/ccc03s4). Let me know if you have any tips!

Update attachment
acise03
acise03 created a project
44d ago

Share Your Code

My project is a way for me to share my journey in learning competitive programming topics with others. Through this website, I can share my experiences and code to various challenging problems. Users are able to CODE AND RUN C++ code DIRECTLY on the website and check their code with the testcase. It is an HTML+JS+CSS website, using codemirror. I hope that this website would encourage others to learn more about competitive programming as I enjoy it a lot myself.

Share Your Code
8 devlogs 0 followers Shipped
acise03
acise03 joined Summer of Making
60d ago

This was widely regarded as a great move by everyone.