Ushahidi Assignment Linear Search
From Foss2Serve
(Difference between revisions)
(First version. Taken from the RebelskyProject page.) |
|||
Line 8: | Line 8: | ||
Learning Goals (Algorithms): Review of Linear Search | Learning Goals (Algorithms): Review of Linear Search | ||
+ | |||
+ | |||
+ | [[Category:Ushahidi]] |
Latest revision as of 17:38, 24 January 2014
Summary: Using a simple API (downloaded from github), get a list (iterator) of incidents from Ushahidi and print out all of the ones that meet some criteria
Prerequisites: Basic Java knowledge. Iterators.
Learning Goals (HFOSS): Existence of HFOSS software (Ushahidi). Public APIs.
Learning Goals (Design): Working with a library. Designing algorithms that use comparators.
Learning Goals (Algorithms): Review of Linear Search