Posts

Showing posts with the label Dark Writer

DATABASE ::: TREE TRAVERSAL

Image
Binary Tree Traversal | Inorder, Preorder and                                     Postorder Binary tree traversal can be done in the following ways. Inorder traversal Preorder traversal postorder traversal Consider the given binary tree, Inorder Traversal: 7 9 4 2 5 1 3 6 8 Preorder Traversal: 1 2 4 7 9 5 3 6 8 Postorder Traversal: 9 7 4 5 2 8 6 3 1 1/5 Inorder Traversal: For binary search trees (BST), Inorder Traversal specifies the nodes in non-descending order. In order to obtain nodes from BST in non-increasing order, a variation of inorder traversal may be used where inorder traversal is reversed. Preorder Traversal: Preorder traversal will create a copy of the tree. Preorder Traversal is also used to get the prefix expression of an expression. Postorder Traversal: Postorder traversal is used to get the postfix expression of an expression giv Algorithm for binary tree traversal Inorder(root) Traverse the left sub-tree, (recursi

SHORT INTRODUCTION OF C

Image
INTRODUCTION  OF C                 C   seems a strength name for a programming language.  It is a very popular language of computer era. C was an offspring of the BCPL (Basic Combined Programming language) called B. The B language was modified by Dennis Ritchie implemented at Bell laboratories in 1972. The new language was named C. It was developed along with UNIX operating system. This operating system was also developed at Bell laboratories was coded almost entirely in C. For many years c was used in academic environments but eventually with C compiler for commercial use and increase popularity of UNIX. It begain to get wide spread support among computer professionals. Today C is running under a number of operating system including MS DOS and other operating system.                           C is a very popular language use the increasing popularity of C is probably qualities. It is a robust language where rich set of built in function and operators can be use to write any co

Simple-Design Using HTML Part-1

Image
Hello guys, I am here again with a new and amazing html and css program. This time i am gonna show how we can create a form using a html codes. For this u just need a decorder. And if u haven't seen my previous blog then CLICK HERE .  Try this code in notepad ++ and save it with (.html) and open the saved program with any browser. The Form Prograam Code is:- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <center><h1><font color="Pink">The Dark Writer </font></center></h1>  <center><form>   Name <sup>*</sup> <input type="text" placeholder="Enter Your Name" autofocus required name="user"><br>  <br>D.O.B <sup>*</sup> <input type="Date" ><br>  <br>Enter Your Password <sup>*</sup> <input type="password" placeholder="Password"

RAFALE The Destroyer

Image
History The  Dassault Rafale  ( French pronunciation: ​ [ʁafal] , literally meaning "gust of wind", [11]  and "burst of fire" in a more military sense) [12]  is a French  twin-engine ,  canard   delta wing ,  multirole   fighter aircraft  designed and built by  Dassault Aviation . Equipped with a wide range of weapons, the Rafale is intended to perform  air supremacy ,  interdiction ,  aerial reconnaissance ,  ground support , in-depth strike, anti-ship strike and  nuclear deterrence  missions. The Rafale is referred to as an "omnirole" aircraft by Dassault. In the late 1970s, the  French Air Force  and  Navy  were seeking to replace and consolidate their current fleets of aircraft. In order to reduce development costs and boost prospective sales, France entered into an arrangement with UK, Germany, Italy and Spain to produce an agile multi-purpose fighter, the  Eurofighter Typhoon . Subsequent disagreements over workshare and differing requirem