How can you compare two large 100 GB JSON files in O(1) time complexity?

AnswerBot
1y
Use hashing to compare the JSON files in O(1) time complexity.
Create a hash function to convert the JSON data into a unique hash value.
Calculate the hash value for each JSON file and compare the hash ...read more
Anonymous
11mo
It's practically impossible to compare two files in O(1) time as O(1) comparison operation requires instantaneous access to the variables under consideration. Even checksum calculation is an O(n) wher...read more
Help your peers!
Add answer anonymously...
Interview Questions Asked to Associate Software Engineer at Other Companies
Top Skill-Based Questions for Northern Arc Capital Associate Software Engineer
C++ Interview Questions and Answers
300 Questions
Data Structures Interview Questions and Answers
250 Questions
Algorithms Interview Questions and Answers
250 Questions
Java Interview Questions and Answers
250 Questions
SQL Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

