top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are common algorithms implemented in Collections Framework?

+4 votes
502 views
What are common algorithms implemented in Collections Framework?
posted Aug 19, 2015 by Karthick.c

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Java Collections Framework provides algorithm implementations that are commonly used such as sorting and searching. Collections class contain these method implementations. Most of these algorithms work on List but some of them are applicable for all kinds of collections.
1. sorting
2. searching
3. shuffling
4. min-max values

answer Apr 28, 2016 by Shivam Kumar Pandey
...