Web and Mobile Security worksheet All worksheet 1 to 10
SIKSHAPATH Latest Questions
Create a student class object array of size four having attributes name, designation and salary. Let the student class have appropriate getter/setters methods for accessing these attributes. Initialize these attributes through the setter methods. Store this object into a file ...
Internshala Blockchain Final Test Answers 1.What is Blockchain? Ans: A distributed ledger on a peer to peer network. 2.What does P2P stand for? Ans: Peer to Peer 3.Who created Bitcoin? Ans: Satoshi Nakamoto 4.Which Blockchain platform introduced ‘Smart Contracts”? Ans: Ethereum 5.What is the block creation time in Bitcoin? Ans: ...
Find minimum spanning tree using prim and kruskal’s algorithm:
Which algorithm is more efficient in constructing the minimum spanning tree of a given graph: Prim’s Algorithm or Kruskal’s Algorithm and why?
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.