Code Monkey home page Code Monkey logo

edsl's Introduction

edsl: elaine's data structure library

A library for me to implement data structures and algorithms in Zig. No guarantees! But I like making succint, efficient code. Maybe you'll like it :)

I'll attempt to make the data structures / algorithms generic using comptime, and adopt Zig's conventions in the standard library.

Some things I will explore:

  • Standard interview-style data structures
  • Graph algorithms, from basic to exotic
  • Persistent data structures, and functional algorithms.
  • Data structures and algorithms for string processing and analysis.
  • Exotic data structures as I encounter them, or as I find a use for them.

The idea is to have all of these in one place, for me to use in all my Zig projects as a supplement to the standard library. Perhaps I will supply build configuration options which turn off certain parts you don't need. TBD.

A battery of tests is provided which use the provided data structures & algorithms to solve leetcode and Project Euler problems. These will be subdivided depending on the DS/algo used. Any problem which uses multiple concepts will be shoved in a "misc" directory. Perhaps a tagging system will be useful here.

This readme is a WIP. Thanks for your interest <3

edsl's People

Contributors

jar2333 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.