Find Jobs
Hire Freelancers

Simple Haskell Functions to implement

$30-250 CAD

クローズ
投稿日: 5年以上前

$30-250 CAD

完了時にお支払い
Project details are in the attached PDF. Please have a look over. Would like this done within 24hrs.
プロジェクト ID: 18704281

プロジェクトについて

5個の提案
リモートプロジェクト
アクティブ 5年前

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
この仕事に5人のフリーランサーが、平均$148 CADで入札しています
ユーザーアバター
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 0日以内
4.9 (75 レビュー)
6.3
6.3
ユーザーアバター
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 1日以内
5.0 (9 レビュー)
3.2
3.2
ユーザーアバター
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 1日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
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 1日以内
0.0 (0 レビュー)
0.0
0.0

クライアントについて

CANADAのフラグ
Toronto, Canada
4.7
24
お支払い方法確認済み
メンバー登録日:3月 5, 2015

クライアント確認

ありがとうございます!無料クレジットを受け取るリンクをメールしました。
メールを送信中に問題が発生しました。もう一度お試しください。
登録ユーザー 投稿された仕事の合計
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
プレビューを読み込み中
位置情報へのアクセスが許可されました。
あなたのログインセッションの有効期限がきれ、ログアウトされました。もう一度ログインしてください。