the average income of a person is rs210 and rs10 as a standard deviarion in a sample 100 people
Home/Computer Science/Page 5
SIKSHAPATH Latest Questions
Pavanagg
Asked: January 20, 2023In: Computer Science
A computer cannot “boot” if it does not have the _____ a. Loader b. Compiler c. Assembler d. Operating system
DEV.CSE
Asked: January 8, 2023In: DBMS
1.What is a database? a) Organized collection of information that cannot be accessed, updated, and managed b) Collection of data or ...
practice503
Asked: October 23, 2022In: Data Structure
Find minimum spanning tree using prim and kruskal’s algorithm:
practice503
Asked: October 23, 2022In: Data Structure
Which algorithm is more efficient in constructing the minimum spanning tree of a given graph: Prim’s Algorithm or Kruskal’s Algorithm and why?
practice503
Asked: October 23, 2022In: Data Structure
Analyse the algorithm (in terms of both time and space) of subset sum problem using dynamic programming technique. Also write down the part of mentioned algorithm that contributes most towards the time and space complexity.