Insert Column Numbers in MS Word

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: , ,

Delete the node with value 12 in following binary search tree

  ...

Read More

Tagged As: , , ,

How can you delete a node in Binary Search Tree?

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: , ,

Function to Center Align Text in C++ Program

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: , , , , ,

  • Review this blog on Bloggers.com