Skip to content

sahiljohari/basic_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages