babariviere / daily_interview

exercices to learn elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DailyInterview

A set of exercises from Daily Interview Pro and resolved in Elixir. This repository only exists to keep a trace of my learning experience with Elixir.

Project Structure

For now, it's a bit dirty. This section will be written when the code will be clean.

Usage

You can build everything by running:

mix deps.get
mix compile

This creates no output because it's a library. But you can test if my functions works by running:

mix test

TODO

  • longest substring without repeating characters
  • palindrome
  • balanced parentheses
  • first and last indices
  • reverse linked list

About

exercices to learn elixir


Languages

Language:Elixir 100.0%