List out and explain symbol of flow chart. Flow chart symbol ની સચિ બનાવો અન સમજાવો
[5 marks]Explain Primitives & non Primitive Data Structure with Example. Primitive અન non-Primitive ડટા માળખ ઉદાહરણ સાથ સમજાવો..
[5 marks]Briefly Explain the steps involved in the Program Development Cycle. પરોગરામ ડવલપમનટ Cycleમા સામલ પગલાઓ સચિપતમા સમજાવો.
[5 marks]Convert a given INFIX expression to POSTFIX expression A * B * C + D + E આપલ INFIX અચિવયચિન POSTFIX expression A * B * C + D + E મા કનવટટ કરો
[5 marks]Convert the (a+b*c)/ (d+e) expression into postfix notation using stack. સટકનો ઉપયોગ કરીન (a+b*c)/ (d+e) expression ન પોસટચિકસ નોટશનમા કનવટટ કરો
[5 marks]Write a algorithm to PUSH and POP element from STACK. STACK માથી PUSH અન POP element માટ algorithm લખો
[5 marks]Explain binary search technique with suitable example Binary search technique ન યોગય ઉદાહરણ સાથ સમજાવો
[5 marks]Write an algorithm for circular queue insert. . Circular queue insert કરવા માટ એક અલગોચરધમ લખો
[5 marks]What is hashing? What do you mean by collision? Explain linear probing method as a collision resolution technique હચશગ શ છ? Collision નો અથટ શ છ? Collision ચરઝોલય શન તકનીક તરીક લીચનયર પરોચબગ પદધચત સમજાવો
[5 marks]Give the difference between singly link list and doubly link list ચસગલ ચલનક ચલસટ અન ડબલ ચલનક ચલસટ વચિનો તિાવત આપો
[5 marks]What is tree traversal? What are different methods of tree traversal? Write an algorithm for INORDER traversal. ટરી ટરાવસટલ શ છ? ટરી ટરાવસટલની ચવચવધ પદધચતઓ શ છ? INORDER ટરાવસટલ માટ અલગોચરધમ લખો. OR1
[5 marks]Briefly Explain AVL tree. AVL tree ન સચિપતમા સમજાવો.
[5 marks]Construct binary search tree for the following data. Write all the traversal order for the created tree. 55,20,25,45,100,89,99 નીિના ડટા માટ બાઈનરી સિટ ટરી બનાવો. બનાવલ વિ માટ તમામ ટરાવસટલ ઓડટર લખો. 55,20,25,45,100,89,99
[5 marks]Give the tracing of following list of number using insertion sort method. 11,9,7,15,14,2,3 Insertion સૉટટ પદધચતનો ઉપયોગ કરીન નબરની નીિની સચિન ટરચસગ આપો.11,9,7,15,14,2,3
[5 marks]Arrange following elements in sorted order using Selection sort. 45,31,49,28,15,25 Selection સૉટટનો ઉપયોગ કરીન નીિના ઘટકોન સૉટટ કરમમા ગોઠવો. 45,31,49,28,15,25
[5 marks]What is collision? Explain collision resolution techniques. Collision શ છ? Collision ચરઝોલય શન તકનીકો સમજાવો.
[5 marks]Compare BFS and DFS. Explain how it works with an example BFS અન DFS ની સરખામણી કરો. ઉદાહરણ સાથ ત કવી રીત કાયટ કર છ ત સમજાવો
[5 marks]