Skip to content

Repository files navigation

Optimized-Codes

This repo is mainly for mastering in code optimization starting from beginner level to master level.

📂 Solutions Included

Challenge NamePlatformSolution LinkNormal ComplexityOptimal Complexity
Perfect NumberLeetCodeView CodeO($\sqrt{n}$)O(1)
DivisibilityHackerEarthView CodeO(n) with 2 loopsO(n) single loop
Two SumLeetCodeView CodeO(n^2)O(n^2)
Pascal's TriangleLeetCodeView CodeO(n)O(n)
Longest SubstringLeetCodeView CodeO(n)O(n)

"Simplicity is the soul of efficiency." — Austin Freeman

Code with Joy... 😊

About

My personal journey through competitive programming. This repo contains well-documented solutions for LeetCode,CodeChef,HackerRank,HackerEarth & NeoPat (Institutional assessments)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages