https://github.com/ivangalbans/haskell-kata
Popular programming problems implemented in Haskell
https://github.com/ivangalbans/haskell-kata
graph haskell math
Last synced: 9 months ago
JSON representation
Popular programming problems implemented in Haskell
- Host: GitHub
- URL: https://github.com/ivangalbans/haskell-kata
- Owner: ivangalbans
- Archived: true
- Created: 2018-09-02T07:05:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T19:56:17.000Z (about 6 years ago)
- Last Synced: 2025-03-11T11:14:46.137Z (11 months ago)
- Topics: graph, haskell, math
- Language: Haskell
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Popular problems implemented in Haskell
=============================================
Contents
--------
1. [a+b Problem](/a+b.hs)
2. [Hello World!](/helloworld.hs)
3. [Math.Floor](/myfloor.hs)
4. [Import modules](/import_modules.hs)
5. [Natural numbers](/natural.hs)
6. [Math.Pow](/pow.hs)
7. [Checksum](/checksum.hs)
8. [File input/output](/file.hs)
9. [Sum with fold](/fold.hs)
10. [Modernise](/modernise.hs)
11. [Palindrome](/palindrome.hs)
12. [Numbers's Numeral](/Numeral.hs)
13. [Factorial](/Factorial.hs)
14. [Combination](/combination.hs)
15. [Number's Parity](/parity.hs)
16. [Square](/cuadrado.hs)
17. [Sum of squares](/sum_of_square.hs)
18. [Root ax^2 + bx + c](/roots.hs)
19. [Math.Abs](/abs.hs)
20. [Ampersand overcharge](/ampersand_overcharge.hs)
21. [Predecessor](/predecessor.hs)
22. [Almost equal operator](/operator_overcharge.hs)
23. [Implementing map](/implementing_map.hs)
24. [Implementing filter](/implementing_filter.hs)
25. [Implementing sum](/implementing_sum.hs)
26. [Implementing and](/implementing_and.hs)
27. [Implementing or](/implementing_or.hs)
28. [Implementing foldr](/implementing_foldr.hs)
29. [Implementing foldrl](/implementing_foldl.hs)
30. [Implementing scanr](/implementing_scanr.hs)
31. [Factoriales](/factoriales.hs)
32. [Implementing until](/implementing_until.hs)
33. [Implementing function's composition](/composition.hs)
34. [Implementing flip](/implementing_flip.hs)
35. [Primability's test](/isprime.hs)
36. [InsertionSort](/insertion_sort.hs)
37. [MergeSort](/merge_sort.hs)
38. [QuickSort](/quick_sort.hs)
39. [Eratostenes's sieve](/sieve.hs)
40. [Fibonacci](/fibonacci.hs)
41. [Greatest Common Divisor (GCD)](/gcd.hs)
42. [Minimum Common Multiple (MCM)](/mcm.hs)
43. [Binary Search Tree](/binary_search_tree.hs)
44. [Implementing permutations](/implementing_permutations.hs)
45. [All sublist](/sublist.hs)
46. [N-queens](/nqueens.hs)
47. [Hamming's numbers](/hamming.hs)
48. [Representing graph using class](/Graph.hs)
49. [Pitcher's problem](/Pitcher.hs)
50. [Graph isomorphism](/graph_isomorphism.hs)
Author
------
* Iván Galbán Smith
4th year, Computer Science. University of Havana. 2018