OOPS

C, C++ and OOPS for Interviews Part-1

A note on Features of OOP, Access Specifiers, Classes and Inheritance, Constructors and Destructors

Read

Maximum Value of Equation of Ones with Addition and Multiplication Operations

Find the maximum value of an equation of ones with addition and multiplication operations

Read

Binary Tree Reverse Level Order Traversal

Given a binary tree, print its reverse level order traversal

Read

Top k Frequent Words

How to use a Custom Comparator in C++ Priority Queue and Solving Top k Frequent Words

Read
notes

Fixing `awk: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory`

Fixing `awk: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory`

Read
notes

How to Run an Http Server Using Python?

Running an Http server using Python

Read