Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 188 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 188 Bytes

Efficient data structure algorithms

  • firstUniqueItem2 time complexity O(n).
  • firstUniqueItem time complexity O(n log n).
  • reverseString time complexity O(n) and space complexity(1).