Though Microsoft Word does not provide direct option to insert column numbers in your document, you can apply a small trick and make the work done. Why would anyone ever need column numbers? Well, sometimes it is easy to design multiple pages in one page of yo...
Read More
Tagged As: column numbers, MS Word, page numbers
Let x be the node that has to be deleted from a binary search tree T. So, to delete the node x, we can have three cases: x has no children x has one child x has two children
...
Read More
Tagged As: Algorithms and Data Structures, Binary Search Tree, Delete Node in BSD
Though it is simple and really intuitive to align text in center of screen through C++ program, I found many new students are confused and keep looking for any built in function. Thus, here I present the source code of function that will center the text suppli...
Read More
Tagged As: C++, center align, cplus plus, example code, Source code, text