Search:

Type: Posts; User: Shaybay92

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,471

    Re: Using Comparable in Binary Search

    I understand that I have to implement the interface to use a data type as a 'comparable'.. however this is not my issue. The issue is that I want my list to contain any type which implements...
  2. Replies
    3
    Views
    2,471

    Using Comparable in Binary Search

    So I have written some code which tells whether a certain Integer is within a list of integers. I tried to do this with a comparable type instead of 'integer' type, but I realised that this wouldn't...
Results 1 to 2 of 2