Find Jobs
Hire Freelancers

Simple Haskell Functions to implement

$30-250 CAD

Closed
Posted over 5 years ago

$30-250 CAD

Paid on delivery
Project details are in the attached PDF. Please have a look over. Would like this done within 24hrs.
Project ID: 18704281

About the project

5 proposals
Remote project
Active 5 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
5 freelancers are bidding on average $148 CAD for this job
User Avatar
Hello Sir, I am a computer science tutor, I teach (among others) Haskell, Prolog and Advanced Algorithms. I have done many projects like this, and I'm one of the top Haskell developers, and you can check by clicking on my profile picture. Please contact me for more details when possible. I look forward to work for you, Sir. Best Regards.
$250 CAD in 0 day
4.9 (75 reviews)
6.3
6.3
User Avatar
This is very simple. I've already done it. Here are the first few functions: module Main where range :: Integer -> Integer -> Integer -> [Integer] range start stop step = start : if start + step >= stop then [] else range (start + step) stop step third :: [a] -> a third (_:_:x:xs) = x takeThirdsa :: [a] -> [a] takeThirdsa = go [] where go acc l = if length l < 3 then reverse acc else go (third l : acc) (drop 3 l) length = goLength 0 goLength i (_:xs) = goLength (i+1) xs goLength i [] = i drop n (x:xs) = if n > 0 then drop (n-1) xs else (x:xs) drop _ [] = [] myReverse :: [a] -> [a] myReverse = goReverse [] where goReverse acc (x:xs) = goReverse (x:acc) xs goReverse acc [] = acc accept my bid and I'll send you the rest.
$50 CAD in 1 day
5.0 (9 reviews)
3.2
3.2
User Avatar
mphill in computer science having seven years of experience in software development. I have seen your attached file and I am able to do this within 24 hours.
$250 CAD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
Hello I am student of computer sciences in master degree and almost finished with my study. I have years of experience in programming and have already completed several projwct with Haskell here. I like Haskell programming and your project is very interesting. Hire me for your job to be done well.
$146 CAD in 1 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of CANADA
Toronto, Canada
4.7
24
Payment method verified
Member since Mar 5, 2015

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.