Latest #algorithm Threads 
I packed a collection of Graph algorithms into a package.
I intend to nurture this library and battle-test it, it’s still not where I wa...
New
Hello,
I have this example where I would like a stream transformation to return the whole input list up to the third atom, included.
in...
New
Adaptive Kalman Filter
This library ports an adaptive Kalman filter from FilterPy. There was an existing Kalman filter in Elixir however ...
New
I am trying to write a little function to determine whether a given hand of cards forms a gin.
Here are the rules:
A hand contains 10 ...
New
Looking over how String.valid? implements :fast_ascii option, what’s the significance is pattern matching in groups of 7 bytes?
when Bit...
New
Hey everyone, I made an algorithm which will take a list of strings with its correspondent trigrams and group them by similarity. It basi...
New
I’m trying to do a very basic union-find (not doing any path compression by rank or size).
def find(dsu, x) do
case Map.get(ds...
New
I’m trying to implement the war game in Elixir using a Queue
This is the brief game description:
The game starts with a shuffled deck ...
New
I’m overthinking FizzBuzz in Elixir, refactoring everything possible Elixir way.
Now I’m trying to find a recursive way to put an IO lis...
New
Hello everyone, I’d like to know if is possible to execute all “populary known” algorithms in elixir. I’m asking that because most of alg...
New
This Week's Trending
This Month's Trending
I packed a collection of Graph algorithms into a package.
I intend to nurture this library and battle-test it, it’s still not where I wa...
New
This Year's Trending
Last Three Year's Trending
I’m trying to do a very basic union-find (not doing any path compression by rank or size).
def find(dsu, x) do
case Map.get(ds...
New
Looking over how String.valid? implements :fast_ascii option, what’s the significance is pattern matching in groups of 7 bytes?
when Bit...
New
Hey everyone, I made an algorithm which will take a list of strings with its correspondent trigrams and group them by similarity. It basi...
New
I am trying to write a little function to determine whether a given hand of cards forms a gin.
Here are the rules:
A hand contains 10 ...
New
Adaptive Kalman Filter
This library ports an adaptive Kalman filter from FilterPy. There was an existing Kalman filter in Elixir however ...
New
Hello,
I have this example where I would like a stream transformation to return the whole input list up to the third atom, included.
in...
New
Trending Over Three Years
On a page there’re 3 columns. And I have a list of objects. Every object should go one of the 3 columns in the subsequent order.
1 ->...
New
Hello.
Trying to reverse an integer regardless of its sign I wrote the following algorithm:
int = -123456789 #=> Expected result -98...
New
Hello.
In my journey to learning Elixir, I gave myself the task of implementing an
algorithm that obtains the intersection of two MapSe...
New
I know elixir is a functional programming language and this means can’t make a change state in some problems? Do I am missing something? ...
New
Given a non-empty list of integers, every element appears twice except for one. Find that single one
Hello.
Trying to find the only element that does not appear twice I wrote the following algorithm:
list = [1, 2, 3, 1, 3, 10, 200, 10, ...
New
I’m trying to implement the war game in Elixir using a Queue
This is the brief game description:
The game starts with a shuffled deck ...
New
I wish there was a book or video course titled Data Structures and Algorithms in Elixir or Function Data Structures and Algorithms in Eli...
New
Hi,
I am quite new to Elixir… about one month experience.
I’m trying to implement a program for shortest path calculation between two p...
New
I’m learning Elixir with Leetcode.
The Leetcode problem is Valid Triangle Number.
My Rust solution uses two pointers with array
impl S...
New
Hello.
Trying to solve this problem I wrote the following algorithm:
string = "3340c9571y40m47ku49t9315mrvzqo667k36e"
# %{
# "c" =>...
New
Today, I had the task to match a calculated value with the closest number in a given list. If you don’t mind I’d like to share my solutio...
New
I am learning Elixir and wanted to try implementing simple tree traversal algorithms. However, I am not getting the desired results. What...
New
Hi,
we are trying to sort things naturally in ExDoc.
Can anybody recommend a natural sorting algorithm implementation in Elixir?
I hav...
New
Hello everyone!
I have recently fallen in love with the Rete algorithm initially developed from Charles Forgy.
After having implemented...
New
Just as the title says, I’m looking for a library specifically for linear programming to work in a program producing schedules. wiki
I’v...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







