Skip to content

KapilJ22/Algorithms-and-DS

Repository files navigation

Algorithms-and-DS

This repository contains some selected pieces of the code I write in my free time to brush up Algo and DS and which I enjoy :). I'll keep adding more.

  1. LRU Cache ( Time complexity : O(1), space complexity : O(n) )
  2. Kth Largest Element in an Array (Time complexity : O(n) average cases, O(n^2) worst case, Space complexity : O(1)
  3. Autocomplete with Trie

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages