Skip to content

Commit

Permalink
add complecity
Browse files Browse the repository at this point in the history
  • Loading branch information
witek-formanski committed Jan 8, 2024
1 parent 31f23c2 commit 03b3e9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/kol3_22/zad2/shortest_sequence.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
T(n) = O(log n)
M(n) = O(log n)
*/

#include <iostream>
#include <vector>

Expand Down

0 comments on commit 03b3e9f

Please sign in to comment.