Elixir Full Course: 28 - Common Enum Functions

  Рет қаралды 273

Jacob Luetzow

Jacob Luetzow

Күн бұрын

Пікірлер: 2
@blubbellord
@blubbellord 25 күн бұрын
At 11:36 you could have piped into Kernel.//2 instead of the shorthand or extra function. Every arithmetic expression can be substituted using Kernel functions (they are Guards in the docs)
@jsteezy88
@jsteezy88 21 сағат бұрын
Your top_five function only sorts by the first value in the tuple, which are the words and not the actual frequencies. Should be something like this, not sure how to do shorthand: ``` defp top_five(word_frequencies) do Enum.sort_by(word_frequencies, fn {_, value} -> value end, :desc) |> Enum.take(5) end ``` Great videos, BTW!
Elixir Full Course: 29 - Kernel Functions
19:25
Jacob Luetzow
Рет қаралды 438
Elixir Full Course: 30 - Conditional Statements
22:59
Jacob Luetzow
Рет қаралды 243
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Better Java Streams with Gatherers - JEP Cafe #23
1:13:32
The Biggest React Framework You've Never Heard of
20:29
Theo - t3․gg
Рет қаралды 51 М.
Python Scope Secrets: Code Like a Pro in 10 Minutes 🔥
9:34
one year of studying (it was a mistake)
12:51
Jeffrey Codes
Рет қаралды 249 М.
Elixir Full Course: 27 - Working with Lists
22:30
Jacob Luetzow
Рет қаралды 447
The Absolute Best Intro to Monads For Software Engineers
15:12
Studying With Alex
Рет қаралды 680 М.
Superpositions, Sudoku, the Wave Function Collapse algorithm.
14:28
Martin Donald
Рет қаралды 711 М.
Reinforcement Learning - My Algorithm vs State of the Art
19:32
Pezzza's Work
Рет қаралды 153 М.
Elixir Full Course: 31 - Loops and Iteration
22:32
Jacob Luetzow
Рет қаралды 184
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН