What type of data structure or algo could be used to identify the following

  • Thread starter Thread starter r3nv
  • Start date Start date
R

r3nv

Guest
New to data structures and algos in general. I have a problem where given a series of numbers I need to identify some discrepancies and highlight them with a graphics api. T

So not sure how to go about in using classes to develop the following program requirements.

I would like to create a class that can identify the following for a given 2x5 column with row of numbers

So my question is regards to given the the data in the following 2 Column format how can we identify/satisfy the requirements? Should I use an 2 dimensional array? or a class?


1606558.jpg

Continue reading...
 
Back
Top