challengeMe

所属分类:编程语言基础
开发工具:Prolog
文件大小:0KB
下载次数:0
上传日期:2021-12-15 00:45:33
上 传 者sh-1993
说明:  解决编程问题,
(Solving Programming problems,)

文件列表:
LICENSE (1066, 2023-09-08)
bash/ (0, 2023-09-08)
bash/putInFullHD.sh (1093, 2023-09-08)
brainfuck/ (0, 2023-09-08)
brainfuck/absolute_values.bf (479, 2023-09-08)
brainfuck/bf_generator.bf (506, 2023-09-08)
brainfuck/double_integer.bf (302, 2023-09-08)
brainfuck/greetings.bf (1782, 2023-09-08)
brainfuck/repeat_string.bf (353, 2023-09-08)
haskell/ (0, 2023-09-08)
haskell/createPhoneNumber.hs (1992, 2023-09-08)
haskell/whoLikesIt.hs (566, 2023-09-08)
java/ (0, 2023-09-08)
java/SquaresInRectangle.java (284, 2023-09-08)
java/SquaresInRectangleTest.java (630, 2023-09-08)
ocaml/ (0, 2023-09-08)
ocaml/digitalRoot.ml (985, 2023-09-08)
ocaml/growthOfPopulation.ml (599, 2023-09-08)
ocaml/nilakantha.ml (682, 2023-09-08)
php/ (0, 2023-09-08)
php/countBits.php (529, 2023-09-08)
php/rectangleIntoSquares.php (1554, 2023-09-08)
prolog/ (0, 2023-09-08)
prolog/binarySearch.pl (1404, 2023-09-08)
prolog/concat.pl (602, 2023-09-08)
prolog/lengthOfList.pl (259, 2023-09-08)
prolog/quicksort.pl (1971, 2023-09-08)
prolog/sublist.pl (1382, 2023-09-08)
python/ (0, 2023-09-08)
python/hashtag_generator.py (560, 2023-09-08)
python/max_from_common_df.py (358, 2023-09-08)
python/memoized_fibonacci.py (899, 2023-09-08)
python/moveZeroToTheEnd.py (838, 2023-09-08)
python/renameCollumn.py (119, 2023-09-08)
sql/ (0, 2023-09-08)
sql/NullHandling.sql (305, 2023-09-08)
sql/sqlTuning.sql (492, 2023-09-08)
typescript/ (0, 2023-09-08)
typescript/camelCase.ts (378, 2023-09-08)
... ...

# Challenge Me To learn a new language I always try to solve a variety of programming problems. So this repo is to put these solved problems in all languages that I'll learn or I learned. I know that knowing the basics of a variety of languages can be nothing. But it makes me feels less ignorant about the different ways to solve a problem. ## Problems solved Here are some of the problems grouped by languages: ### Prolog #### [Quicksort algorithm](https://github.com/raulpy271/challengeMe/blob/master/prolog/quicksort.pl) #### [Binary search](https://github.com/raulpy271/challengeMe/blob/master/prolog/binarySearch.pl) ### Ocaml #### [Population grow](https://github.com/raulpy271/challengeMe/blob/master/ocaml/growthOfPopulation.ml) #### [Calculating Pi](https://github.com/raulpy271/challengeMe/blob/master/ocaml/nilakantha.ml) ### SQL #### [Null handling](https://github.com/raulpy271/challengeMe/blob/master/sql/NullHandling.sql) ### Bash #### [Add blurred background in video](https://github.com/raulpy271/challengeMe/blob/master/bash/putInFullHD.sh) ### Java #### [Unit test - Junit](https://github.com/raulpy271/challengeMe/blob/master/java/) ### Python #### [caching Fibonacci](https://github.com/raulpy271/challengeMe/blob/master/python/memoized_fibonacci.py) ### BrainFuck #### [Brainfuck generator](https://github.com/raulpy271/challengeMe/blob/master/brainfuck/bf_generator.bf)

近期下载者

相关文件


收藏者