25/06/2017
http://xcnotes.com/graphic/draw-a-circle-using-for-loop
The use of for Loops alongwith Graphical function to draw a circle chain
Asst.Professor in Bhag Singh Khalsa College for Women, Abohar
xcnotes.com website is useful for students ,those who want to learn computer languages.All programmings are very eazy to understand .If anybody want to know about program then pls comment on it.
25/06/2017
http://xcnotes.com/graphic/draw-a-circle-using-for-loop
The use of for Loops alongwith Graphical function to draw a circle chain
25/06/2017
http://xcnotes.com/swing/user-interface-input-data-validation
User Interface input Data Validation in Swing The Simple Validation is used for quickly adding validation code to Swing user-interface
31/05/2017
http://xcnotes.com/searching/searching/binary-search
Binary Search In case of Binary search the first need is to sort the data in array due to binary search work on sorted array. With the help of sorted element array we can search required data from the array very quickly.
29/11/2016
http://xcnotes.com/c-programming/union-in-c
Union in C Like structures, union is a collection of data items of different types. The only difference between structure and union is from the view point of storage of their members. All the members of a structure are assigned separate memory locations, but union allows you to view a single storage area in m...
31/08/2015
http://xcnotes.com/linked-list/creation-insertion-deletion-algorithms-of-linked-list
Creation,Insertion ,Deletion algorithms of a Linked List -In this algorithm a Linked List of nodes is created. The list is pointed by pointer first, the last node of the list points to NULL., indicating the end of the list.
19/08/2015
http://xcnotes.com/stack/reverse-string-using-stack
Reverse String using Stack Stack is LIFO(LAST IN FIRST OUT) linear data structure. It can have 2 operations 1)Push(add a new item) 2)Pop(delete an item).
12/07/2015
http://xcnotes.com/queue/queue-operations
Queue Operations queue operations are Enqueue, Dequeue,Queue Front, Queue End
13/06/2015
http://xcnotes.com/graphics/constructive-area-geometry
Constructive Area Geometry Operation in Java The Java2D supports four constructive area geometry operations that combine two areas to a new area