Latest #algorithm Threads Top

code-shoily
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
lud
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
elcritch
Adaptive Kalman Filter This library ports an adaptive Kalman filter from FilterPy. There was an existing Kalman filter in Elixir however ...
New
idursun
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
BradS2S
Looking over how String.valid? implements :fast_ascii option, what’s the significance is pattern matching in groups of 7 bytes? when Bit...
New
sezaru
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
stevensonmt
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
zoedsoupe
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
taro
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
newton-peixoto
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 Top

This Month's Trending Top

code-shoily
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 Top

Last Three Year's Trending Top

stevensonmt
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
BradS2S
Looking over how String.valid? implements :fast_ascii option, what’s the significance is pattern matching in groups of 7 bytes? when Bit...
New
sezaru
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
idursun
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
elcritch
Adaptive Kalman Filter This library ports an adaptive Kalman filter from FilterPy. There was an existing Kalman filter in Elixir however ...
New
lud
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 Top

Ivanori
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
Andres
Hello. Trying to reverse an integer regardless of its sign I wrote the following algorithm: int = -123456789 #=> Expected result -98...
New
Andres
Hello. In my journey to learning Elixir, I gave myself the task of implementing an algorithm that obtains the intersection of two MapSe...
New
kensremit
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
Andres
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
zoedsoupe
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
pillaiindu
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
quda
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
stackcats
I’m learning Elixir with Leetcode. The Leetcode problem is Valid Triangle Number. My Rust solution uses two pointers with array impl S...
New
Andres
Hello. Trying to solve this problem I wrote the following algorithm: string = "3340c9571y40m47ku49t9315mrvzqo667k36e" # %{ # "c" =&gt...
New
PJUllrich
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
elevatika
I am learning Elixir and wanted to try implementing simple tree traversal algorithms. However, I am not getting the desired results. What...
New
eksperimental
Hi, we are trying to sort things naturally in ExDoc. Can anybody recommend a natural sorting algorithm implementation in Elixir? I hav...
New
lorenzosinisi
Hello everyone! I have recently fallen in love with the Rete algorithm initially developed from Charles Forgy. After having implemented...
New
markschultz
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement