Advance List | Coderz Repository

advance_list

Last updated:

0 purchases

advance_list Image
advance_list Images

Free

Languages

Categories

Add to Cart

Description:

advance list

this package contain advance methods of List object
Features #
1-get max/min value [int],[double] in the list
2-deeply comparing between two lists
Getting started #
first you need to import the package and
then use these static methods
findMax ... for find the max value
findMin ... for find the min value
listEqule ... to compare two lists
listremover ... to remove the same elaments between two lists
Usage #
void main(){
Advancelist.findMax(list: [1, 2, 4, 20]);//20
Advancelist.findMin(list: [2, 4, 5, 2, 1]);//1
Advancelist.listEqule(first: [1, 2, [2]], second: [1, 2, [2]]);//true
Advancelist.listremover(first: [1, 2, 4], second: [1, 2, 3]);//first => 4 , second =>3
}
copied to clipboard
Additional information #
Good Luck

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.