Skip to content

Commit e375243

Browse files
committed
2 parents d6cc04a + 141c30d commit e375243

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

PERFORMANCE_ANALYSIS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,3 +692,16 @@ The "best" language depends on your specific use case, team, and requirements. T
692692

693693
**Analysis**: Performance analysis pending - please run benchmarks and update.
694694

695+
696+
### Problem 1061: Lexicographically Smallest Equivalent String
697+
698+
| Language | Time Complexity | Space Complexity | Runtime | Memory |
699+
|----------|----------------|------------------|---------|--------|
700+
| C++ | O(n) | O(1) | TBD ms | TBD MB |
701+
| Java | O(n) | O(1) | TBD ms | TBD MB |
702+
| Python | O(n) | O(1) | TBD ms | TBD MB |
703+
| JavaScript | O(n) | O(1) | TBD ms | TBD MB |
704+
| Rust | O(n) | O(1) | TBD ms | TBD MB |
705+
706+
**Analysis**: Performance analysis pending - please run benchmarks and update.
707+

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ Daily_Problems/
5858
InJS.js
5959
InRust.rs
6060
Procedure.md
61+
DailyProblem7/
62+
Problem.md
63+
InCPP.cpp
64+
InJava.java
65+
InPython.py
66+
InJS.js
67+
InRust.rs
68+
Procedure.md
6169
DailyProblem1/
6270
Problem.md
6371
InCPP.cpp

0 commit comments

Comments
 (0)