Inspiration
An opportunity to use algorithms to solve a real-world problem.
What it does
EOG wells are constantly producing water and we need to find ways to reduce expenditures, as well as reuse and recycle water whenever possible. Our challenge is to use your creativity to develop an application that can process a steady stream of real-time sensor data to both optimize and visualize the distribution of water for our upstream operation
How we built it
We worked on the algorithm part alone on paper, then on Java, and then on Javascript. We could only solve it using backtracking.
Challenges we ran into
We couldn't reduce it to smaller subproblems.
Accomplishments that we're proud of
We did think of various approaches to solve this problem using known algorithms.
What we learned
Dynamic Programing is used in real-world :P Brute force is not that bad either.
What's next for EOG Algo
DP Implementation
Log in or sign up for Devpost to join the conversation.