CareerMonk
CareerMonk Lecture Series
Code: https://github.com/careermonk
Website: CareerMonk.com
Mail ID: [email protected]
Books: CareerMonk.com
Python Virtual Machine -- PVM
What are the data structures?
Why so many programming languages?
Top 10 Programming Languages 2019
How to prepare for Tier-1/Tier- 2 companies (Microsoft, Amazon, Google etc.. )?
Tips to become successful in your IT career
Types of IT Companies and their Interview Process
Given a number n, count the number of 1's (set bits) in its binary representation
Given a binary number, how do you unset (clear) K-th bit?
Given a binary number, how do you set K-th bit?
Given a binary number, how do you check whether K-th bit is set or not?
Given a binary number, how do you toggle k-th bit?
Amortized Analysis
Asymptotic Notation: O (Big Oh), Ω (Omega), and Θ (Theta)
Given a Linked List how do you find (N/K)th Node?
Guidelines for Asymptotic Analysis
Given a Linked List find (n/k)th Node
Types of Algorithm Analysis: Best Case, Worst Case, and Average case
General Info: Github, Quora, Facebook, and Twitter
Types of Algorithm Analysis: Best Case, Worst Case, and Average case
Rate of Growth and Running Time/Space Analysis
What is an Algorithm?
Why Analysis of Algorithms?
CareerMonk