- Get link
- Other Apps
Posts
Write a program using function that takes a sorted list and a number as an argument. Search for the number in the sorted list using binary search. Attach output screenshots also.
Write a program using function that takes a sorted list and a number as an argument. Search for the number in the sorted list using binary search. Attach output screenshots also.
- Get link
- Other Apps
- Get link
- Other Apps
Write a program to count the numbers of characters in the string and store them in a dictionary data structure. Attach output screenshots also.
Write a program to count the numbers of characters in the string and store them in a dictionary data structure. Attach output screenshots also.
- Get link
- Other Apps
- Get link
- Other Apps
Create a package which contains a procedure to accept a text and to check whether it is palindrome or not.
Create a package which contains a procedure to accept a text and to check whether it is palindrome or not.
- Get link
- Other Apps
- Get link
- Other Apps
Data Structure and Algorithm Worksheet - Program the implementation of various operations on a linear queue and circular queue represented using linear array
Data Structure and Algorithm Worksheet - Program the implementation of various operations on a linear queue and circular queue represented using linear array
- Get link
- Other Apps
- Get link
- Other Apps
Data Structure and Algorithm Worksheet - Program to sort an array of integers in ascending/descending order using a) Merge Sort. b) Insertion Sort
Data Structure and Algorithm Worksheet - Program to sort an array of integers in ascending/descending order using a) Merge Sort. b) Insertion Sort
- Get link
- Other Apps
Data Structure and Algorithm Worksheet - Program to sort an array of integers in ascending/ descending order using Bubble sort Quick sort
Data Structure and Algorithm Worksheet - Program to sort an array of integers in ascending/ descending order using Bubble sort Quick sort
- Get link
- Other Apps
Data Structure and Algorithm Worksheet - program that maintains a linear linked list whose elements are stored in on ascending order and implements the following operations (using separate functions): Insert a new element Delete an existing element Search an element Display all the elements
Data Structure and Algorithm Worksheet - program that maintains a linear linked list whose elements are stored in on ascending order and implements the following operations (using separate functions): Insert a new element Delete an existing element Search an element Display all the elements
- Get link
- Other Apps
Data Structure and Algorithm Worksheet - Program to demonstrate the use of linear and binary search to find a given element in an array
Data Structure and Algorithm Worksheet - Program to demonstrate the use of linear and binary search to find a given element in an array
- Get link
- Other Apps
- Get link
- Other Apps
Write the number of memory cycles required to execute the following 8085 instructions (I) LDA 3000H (II) LXI D, F0F1H
Write the number of memory cycles required to execute the following 8085 instructions (I) LDA 3000H (II) LXI D, F0F1H
- Get link
- Other Apps
Analyse and Identify the addressing mode in the following instructions: MOV A, B MVI, 05H LHLD, 3000H XCHG CMP B
Analyse and Identify the addressing mode in the following instructions: MOV A, B MVI, 05H LHLD, 3000H XCHG CMP B
- Get link
- Other Apps
- Get link
- Other Apps
Create department table with the following structure. Name Type Deptno Number Deptname Varchar2(10) location Varchar2(10)
Create department table with the following structure. Name Type Deptno Number Deptname Varchar2(10) location Varchar2(10)
- Get link
- Other Apps