Skip to content

Contains a range of programs such as Data structures, Algorithms, and other algorithmic problems.

Notifications You must be signed in to change notification settings

sahiljohari/basic_programming

Repository files navigation

Coding problems and notes

This repository maintains solutions of my practice problems along with implementation of Data structures and algorithms. It contains notes on how to approach different kinds of problems in a technical interview, purely based on my own personal experience.


Code snippets (Python)

These are some of the code snippets that come in handy during a coding interview with certain common operations

  • Get top k elements from a dictionary
sorted(dict, k = dict.get, reverse=True)[:k]

About

Contains a range of programs such as Data structures, Algorithms, and other algorithmic problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages