/midas-coding-exam-2023-03

Taken on 16 – 19 Mar 2023. This company rejected me after handing in the exam. No further clarifications and explanation

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Answers to Midas Developer Test (2023-03)

Run each problem's test cases in Node.js using npm run test and see the results for each problem. Make sure to run npm install to install all test dependencies before running the test cases. Algorithmic solutions must be viewed using a PDF viewer.

Author Tharathorn Boonruttanasathian
Taken on 16 – 19 Mar 2023
Attempts 1 (taken exactly once)

Problems & How I Solved It

Problem # Filename Applied maths Applied computer science Last solved on # attempts
1. Number Frequency Map src/pb1.js Counting Big-O notation/Time complexity analysis, Hashmap data structure 17 Mar '23 at 15:43 1
2. Minimum Time to Cross Bridge src/pb2.soln.pdf N/A Dynamic Programming 18 Mar '23 at 19:00 1
3. Get Prime Number at Given Order src/pb3.js Divisibility rules of primes, Arithmetic, Factorization Big-O notation/Time complexity analysis, Memory hierarchy, Recursion 19 Mar '23 at 10:33 4
4. Dungeon & Potions Riddle src/pb4.soln.pdf Logic, Set Theory, Inference N/A 17 Mar '23 at 09:01 1