Coder Social home page Coder Social logo

myconejo / pure-vs-dirty Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 86 KB

Purely Functional Haskell vs Imperitive C, C++ and Python

C 31.42% Haskell 31.82% C++ 24.58% Python 12.19%
linked-list bst binary-search-tree haskell functional-programming functional imperative-programming c data-structures cpp python hash separate-chaining double-hashing

pure-vs-dirty's Introduction

Purely Functional vs Dirty Imperitive

  • Haskell (Purely Functional)
  • C/C++/Python (Imperitive)

Linked List

  • DLL.c Linked List implemented with C (Imperitive)
  • DLL.py Linked List implemented with Python (Object Oriented)
  • DLL.hs Linked List implemented with Haskell (Purely Functional)

Binary Search Tree (BST)

  • tree.c BST implemented with C (Imperitive)
  • tree.cppBST implemented with C++ (Object Oriented)
  • tree.py BST implemented with Python (Object Oriented)
  • tree.hs BST implemented with Haskell (Purely Functional)

Sort

  • sort.c Sorting algorithms in C (Imperitive)
  • sort.hs Sorting algorithms in Haskell (Purely Functional)

Hash

  • hash.cpp Double Hashing and Separate Chaining in C++ (Object Oriented)
  • hash.hs Double Hashing in Haskell (Purely Functional)
  • chain.hs Separate Chaining in Haskell (Purely Functional)

pure-vs-dirty's People

Contributors

myconejo 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.