Repository navigation

#

time-complexity

🚀 🐍 Optimizes Python bytecode calculating linear recurrences, reducing the time complexity from O(n) to O(log n)

Python
181
4 年前

I've written some important Algorithms and Data Structures in an efficient way in Java with references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, LCS, Segment Tree, Sparce Table, All Pair Shortest Path, Binary Search, Matching and many more ...

Java
118
1 年前

TiML: A Functional Programming Language with Time Complexity

Standard ML
80
8 年前

Coding/technical interview guide: data structures, algorithms, complexity analyses, interview questions

Python
62
7 年前
Haskell
25
6 个月前

This Repository consists of my solutions💡 in Python 3 to various problems in Data Structures and Algorithms.🎖️

Python
21
4 年前

Code examples demonstrating the complexity classes O(1), O(log n), O(n), O(n log n), O(n²).

Java
16
9 个月前

TiML: A Functional Programming Language with Time Complexity

Standard ML
8
6 年前

A Kotlin project with solutions for common algorithms and with their time and memory complexity. Tests are written in Spock.

Kotlin
7
2 年前

This Algorithm Visualizer project is basically a group project. It's easier to understand the sorting and searching algorithm logics through visualization than the theories. So, we decided to make it. We used HTML,CSS and JavaScript for these one.

CSS
7
2 年前

TLE eliminators cp course level one solution 🔋

C++
5
1 年前