Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 30a3173

Browse files
Simple formatting in README file
1 parent ee06469 commit 30a3173

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

‎README.md‎

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
# Stream API Exercises : Part I
1+
### Stream API Exercises : Part I
22

3-
Q.1) Find the most populated city of each continent
3+
**Q.1)** Find the most populated city of each continent
44

5-
Q.2) Find the number of movies of each director
5+
**Q.2)** Find the number of movies of each director
66

7-
Q.3) Find the number of genres of each director's movies
7+
**Q.3)** Find the number of genres of each director's movies
88

9-
Q.4) Find the highest populated capital city
9+
**Q.4)** Find the highest populated capital city
1010

11-
Q.5) Find the highest populated capital city of each continent
11+
**Q.5)** Find the highest populated capital city of each continent
1212

13-
Q.6) Sort the countries by number of their cities in descending order
13+
**Q.6)** Sort the countries by number of their cities in descending order
1414

15-
Q.7) Find the list of movies having the genres "Drama" and "Comedy" only
15+
**Q.7)** Find the list of movies having the genres "Drama" and "Comedy" only
1616

17-
Q.8) Group the movies by the year and list them
17+
**Q.8)** Group the movies by the year and list them
1818

19-
Q.9) Sort the countries by their population densities in descending order ignoring zero population
19+
**Q.9)** Sort the countries by their population densities in descending order ignoring zero population
2020
countries
2121

22-
Q.10) Find the richest country of each continent with respect to their GNP (Gross National Product)
22+
**Q.10)** Find the richest country of each continent with respect to their GNP (Gross National Product)
2323
values.
2424

25-
Q.11) Find the minimum, the maximum and the average population of world countries.
25+
**Q.11)** Find the minimum, the maximum and the average population of world countries.
2626

27-
Q.12) Find the minimum, the maximum and the average population of each continent.
27+
**Q.12)** Find the minimum, the maximum and the average population of each continent.
2828

29-
Q.13) Find the countries with the minimum and the maximum population.
29+
**Q.13)** Find the countries with the minimum and the maximum population.
3030

31-
Q.14) Find the countries of each continent with the minimum and the maximum population.
31+
**Q.14)** Find the countries of each continent with the minimum and the maximum population.
3232

33-
Q.15) Group the countries by continent, and then sort the countries in continent by number of cities
33+
**Q.15)** Group the countries by continent, and then sort the countries in continent by number of cities
3434
in each continent.
3535

36-
Q.16) Find the cities with the minimum and the maximum population in countries.
36+
**Q.16)** Find the cities with the minimum and the maximum population in countries.
3737

38-
Q.17) Find the minimum, the maximum, the average, and the standard deviation of GNP values.
38+
**Q.17)** Find the minimum, the maximum, the average, and the standard deviation of GNP values.
3939

40-
Q.18) Find the year where the maximum number of movie is available
40+
**Q.18)** Find the year where the maximum number of movie is available

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /