Welcome to my professional page with a collection of personal projects and technical blogs that I've been working on for past few months.
๐ญ In order to leverage & improve on my problem-solving skills, I frequently participate in coding contests and learn from mistakes.
๐ฌ Skilled at Problem-Solving, Data structures, Algorithms, Object Oriented Programming with C++, Java, Python. I also contribute at GeeksForGeeks, TowardsDataScience.
๐ฑ Open to new and exciting challenges.
E-Wallet service with create wallet, add money, and send money
Dynamic job scheduler with data persisted in the database for recovery
Sketch2Color anime translation with Generative Adversarial Networks (50 stars, 10 forks)
Human Activity Recognition (static, dynamic state classification)
Merge two sorted arrays in O((n+m) log m) time and O(1) extra space
Square of a number without using โ*โ, โ/โ, โpow()โ in O(log n) time