Skip to content

Instantly share code, notes, and snippets.

View dxd132630's full-sized avatar
🎯
Focusing

deepti deshpande dxd132630

🎯
Focusing
  • Senior Data Engineer @spotify
  • United States
View GitHub Profile
### Keybase proof
I hereby claim:
* I am dxd132630 on github.
* I am deeptideshpande (https://keybase.io/deeptideshpande) on keybase.
* I have a public key ASDRM0b3Ev7k9P674cxbj6tfiObrub5KhYNHBtdML_7idQo
To claim this, I am signing this object:
@dxd132630
dxd132630 / QuickRefToTechInterview.md
Created November 25, 2015 01:04
Quick reference to tech interview

Quick reference to Tech interview:

======================================================

Generally the time complexities of the algorithms are expressed with following notations :

  • Big Oh denotes "fewer than or the same as" iterations.
  • Big Omega denotes "more than or the same as" iterations.
  • Big Theta denotes "the same as" iterations.
  • Little Oh denotes "fewer than" iterations.
  • Little Omega denotes "more than" iterations.
@dxd132630
dxd132630 / Spotify installation on Linux Mint
Last active November 19, 2015 21:28
Spotify installation on Linux Mint
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update
sudo apt-get install spotify-client