What is Data Structure? Explain Primitives & non Primitive Data Structure with Example. (અ) ડટાસટટર કચર શ છ ? Primitivesઅન Non Primitives ડટા માળખ ઉદાહરણ સાથ સમજાવો.
[5 marks]What is Stack? Explain Applications of Stack (બ) Stack શ છ ?Stack ની એપલીકશન સમજાવો..
[5 marks]Explain the steps involved in the program Development Cycle. (અ) પરોગરામ ડવલપમનટ સાયકલ મા સામલ પગલાઓ સમજાવો.
[5 marks]What is LIFO? Write a algorithm to PUSH and POP element from STACK. (બ) LIFO શ છ? STACK માથીPUSH અન POP ઘટક માટ અલગોરરધમ લખો.
[5 marks]What is FIFO? Explain insert and delete operation in simple Queue. FIFO શ છ? simple Queu મા insert કરો અન delete ઓપરશ નસમજાવો.
[5 marks]Write a algorithm to delete new node in singly linked list. (અ) singly linked કરલ સરચમા નવા નોડન કાઢી નાખવા માટ અલગોરરધમ લખો.
[5 marks]Explain binary search method. Write an algorithm for binary search method. (બ) રિસગી શોધપદધરિ સમજાવો. રિસગી શોધપદધરિ માટ અલગોરરધમ લખો.
[5 marks]Write a algorithm to insert a node from doubly linked list. (અ) doubly linked કરલ ી સરચમાથી નોડ દાખલ કરવા માટ અલગોરરધમ લખો.
[5 marks]What is binary tree? Explain operation on binary tree. (બ) રિસગી tree શ છ? રિસગી tree પરની કામગીરી સમજાવો.
[5 marks]What is collision? Explain collision resolution techniques. (અ) collision શ છ? collision રરઝોલય શન િકનીકો સમજાવો.
[5 marks]What is graph? Explain all the representation of graphs with suitable example. (બ) આલખ શ છ? આલખની િમામ રજઆિ ન યોગય ઉદાહરણ સાથ સમજાવો.
[5 marks]What is binary search tree? Create binary search tree for the following data. Write all the traversal order for the created tree. 5,4,9,10,1,25,12,30,23 (અ) binaryસચ ચટરી શ છ? નીચના ડટા માટ બાઈનરીસચચ ટરી બનાવો .બનાવલ ટરી માટ િમામ ટરાવસચલઓડચરલખો. 5,4,9,10,1,25,12,30,23
[5 marks]Explain quick sort algorithm. (બ) Quick Sort અલગોરરધમ સમજાવો.
[5 marks]Define the following terms : 1. Root node 2. Leaf node 3. Sibling 4. Degree of tree. 5. Height of tree (અ) નીચના શબદો વયાખયારયિ કરો : 1.Root node 2. Leaf node 3. Sibling 4. Degree of tree. 5. Height of tree
[5 marks]List out the various string operation and Write an algorithm to compare two Strings. (બ) રવરવધ રસટટરગ ઑપરશ નની યાદી બનાવો અન બ રસટટરગ ની સરખામણી કરવા માટ એક અલગોરરધમ લખો.
[5 marks]What is hashing? Explain any one hashing function in detail. (અ) હરશગ શ છ? કોઈ પણ એક હરશગ કાયચન રવસટિિ કરો.
[5 marks]What is tree traversal? What are different methods of tree traversal? Write an algorithm for PREORDER traversal. (બ) Tree Traversal શ છ? Tree Traversalની રવરવધ પદધરિઓ શ છ? PREORDER ટરાવસચલ માટ એક અલગોરરધમ લખો.
[5 marks]Write a short note on AVL tree. 0 (અ) AVL વકષપરટકીનોધ લખો .
[5 marks]Arrange following elements in sorted order using Bubble sort. 11,33,55,77,99,88,66,22 (બ) બબલ સૉટચનો ઉપયોગ કરીન નીચના ઘટકો ન સૉટચ કરલ ા કરમમા ગોઠવો . 11,33,55,77,99,88,66,22
[5 marks]