Skip to content

Repository containing practice questions across a range of topics - data structures and algorithms, linear optimization etc.

Notifications You must be signed in to change notification settings

reciprocal-space/practice-questions

Repository files navigation

Questions

  1. Roman to Arabic number translation - Python:
 Given a string representing a Roman numeral, write a function to compute the Arabic 
 numerical equivalent.
  1. Linear optimization problem - Python:
Write a generic function to compute various scenarios for the following optimization problem: 
A farmer owns X acres of land. She profits P1 dollars per acre of corn and P2 dollars per
acre of oats. Her team has Y hours of labor available. The corn takes H1 hours of labor per
acre and oats require H2 hours of labor per acre. 
How many acres of each can be planted to maximize profits?

3.Array Manipulation problem - Javascript

Your company built an in-house calendar tool called HiCal.
Create a feature to see the times in a day when everyone is available.

About

Repository containing practice questions across a range of topics - data structures and algorithms, linear optimization etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published