1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-12-08 00:45:29 +01:00

fix: update author - Théo LUDWIG

This commit is contained in:
Théo LUDWIG 2023-07-02 17:28:54 +02:00
parent d772ed0345
commit 1c1c55088f
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
134 changed files with 142 additions and 139 deletions

View File

@ -60,7 +60,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at reported to the community leaders responsible for enforcement at
<contact@divlo.fr>. <contact@theoludwig.fr>.
All complaints will be reviewed and investigated promptly and fairly. All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the All community leaders are obligated to respect the privacy and security of the

View File

@ -50,7 +50,7 @@ Before submitting the new programming language, make sure it passes all the test
## Pull Requests ## Pull Requests
- **Please first discuss** the change you wish to make via [issue](https://github.com/Divlo/programming-challenges/issues) before making a change. It might avoid a waste of your time. - **Please first discuss** the change you wish to make via [issue](https://github.com/theoludwig/programming-challenges/issues) before making a change. It might avoid a waste of your time.
- Make sure your **code passes the tests**. - Make sure your **code passes the tests**.

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) Divlo Copyright (c) Théo LUDWIG
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -9,11 +9,11 @@
<a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a> <a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a>
<a href="./CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a> <a href="./CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
<br /> <br />
<a href="https://github.com/Divlo/programming-challenges/actions/workflows/cli.yml"><img src="https://github.com/Divlo/programming-challenges/actions/workflows/cli.yml/badge.svg?branch=master" /></a> <a href="https://github.com/theoludwig/programming-challenges/actions/workflows/cli.yml"><img src="https://github.com/theoludwig/programming-challenges/actions/workflows/cli.yml/badge.svg?branch=master" /></a>
<a href="https://github.com/Divlo/programming-challenges/actions/workflows/challenges.yml"><img src="https://github.com/Divlo/programming-challenges/actions/workflows/challenges.yml/badge.svg?branch=master" /></a> <a href="https://github.com/theoludwig/programming-challenges/actions/workflows/challenges.yml"><img src="https://github.com/theoludwig/programming-challenges/actions/workflows/challenges.yml/badge.svg?branch=master" /></a>
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits" /></a> <a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits" /></a>
<br/> <br/>
<a href="https://gitpod.io/#https://github.com/Divlo/programming-challenges"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" alt="Gitpod ready-to-code"/></a> <a href="https://gitpod.io/#https://github.com/theoludwig/programming-challenges"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" alt="Gitpod ready-to-code"/></a>
<br/> <br/> <br/> <br/>
<img src="./logo.png" width="120" alt="programming-challenges Logo" /> <img src="./logo.png" width="120" alt="programming-challenges Logo" />
</p> </p>
@ -40,7 +40,7 @@ Each challenge has its **solutions**, its **instructions** and **input/output ex
Gitpod will automatically setup an environment for you. Gitpod will automatically setup an environment for you.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Divlo/programming-challenges) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/theoludwig/programming-challenges)
### Locally ### Locally
@ -54,7 +54,7 @@ Gitpod will automatically setup an environment for you.
```sh ```sh
# Clone the repository # Clone the repository
git clone https://github.com/Divlo/programming-challenges.git git clone git@github.com:theoludwig/programming-challenges.git
# Go to the project root # Go to the project root
cd programming-challenges cd programming-challenges

View File

@ -1,6 +1,6 @@
# acronyms # acronyms
Created by [@Divlo](https://github.com/Divlo) on 30 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 30 June 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# acronyms/c/function # acronyms/c/function
Created by [@Divlo](https://github.com/Divlo) on 29 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 29 September 2021.

View File

@ -1,3 +1,3 @@
# acronyms/cs/function # acronyms/cs/function
Created by [@Divlo](https://github.com/Divlo) on 5 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 5 September 2021.

View File

@ -1,3 +1,3 @@
# acronyms/cs/with-loops # acronyms/cs/with-loops
Created by [@Divlo](https://github.com/Divlo) on 10 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 10 September 2021.

View File

@ -1,3 +1,3 @@
# acronyms/python/function # acronyms/python/function
Created by [@Divlo](https://github.com/Divlo) on 30 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 30 June 2021.

View File

@ -1,3 +1,3 @@
# acronyms/rust/function # acronyms/rust/function
Created by [@Divlo](https://github.com/Divlo) on 4 January 2023. Created by [@theoludwig](https://github.com/theoludwig) on 4 January 2023.

View File

@ -1,6 +1,6 @@
# ascii-art # ascii-art
Created by [@Divlo](https://github.com/Divlo) on 1 May 2022. Created by [@theoludwig](https://github.com/theoludwig) on 1 May 2022.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# ascii-art/python/function # ascii-art/python/function
Created by [@Divlo](https://github.com/Divlo) on 1 May 2022. Created by [@theoludwig](https://github.com/theoludwig) on 1 May 2022.

View File

@ -1,3 +1,3 @@
# ascii-art/rust/function # ascii-art/rust/function
Created by [@Divlo](https://github.com/Divlo) on 4 January 2023. Created by [@theoludwig](https://github.com/theoludwig) on 4 January 2023.

View File

@ -1,6 +1,6 @@
# caesar-cipher # caesar-cipher
Created by [@Divlo](https://github.com/Divlo) on 25 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 25 June 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# caesar-cipher/c/function # caesar-cipher/c/function
Created by [@Divlo](https://github.com/Divlo) on 7 October 2021. Created by [@theoludwig](https://github.com/theoludwig) on 7 October 2021.

View File

@ -1,3 +1,3 @@
# caesar-cipher/python/function # caesar-cipher/python/function
Created by [@Divlo](https://github.com/Divlo) on 25 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 25 June 2021.

View File

@ -1,3 +1,3 @@
# caesar-cipher/rust/function # caesar-cipher/rust/function
Created by [@Divlo](https://github.com/Divlo) on 4 January 2023. Created by [@theoludwig](https://github.com/theoludwig) on 4 January 2023.

View File

@ -1,6 +1,6 @@
# cakes-swerc-2020-2021 # cakes-swerc-2020-2021
Created by [@Divlo](https://github.com/Divlo) on 23 April 2022. Created by [@theoludwig](https://github.com/theoludwig) on 23 April 2022.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# cakes-swerc-2020-2021/python/function # cakes-swerc-2020-2021/python/function
Created by [@Divlo](https://github.com/Divlo) on 23 April 2022. Created by [@theoludwig](https://github.com/theoludwig) on 23 April 2022.

View File

@ -1,3 +1,3 @@
# cakes-swerc-2020-2021/rust/function # cakes-swerc-2020-2021/rust/function
Created by [@Divlo](https://github.com/Divlo) on 4 January 2023. Created by [@theoludwig](https://github.com/theoludwig) on 4 January 2023.

View File

@ -1,6 +1,6 @@
# camel-case # camel-case
Created by [@Divlo](https://github.com/Divlo) on 5 July 2020. Created by [@theoludwig](https://github.com/theoludwig) on 5 July 2020.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# camel-case/c/function # camel-case/c/function
Created by [@Divlo](https://github.com/Divlo) on 29 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 29 September 2021.

View File

@ -1,3 +1,3 @@
# camel-case/cs/function # camel-case/cs/function
Created by [@Divlo](https://github.com/Divlo) on 8 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 8 September 2021.

View File

@ -1,3 +1,3 @@
# camel-case/javascript/function # camel-case/javascript/function
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.

View File

@ -1,3 +1,3 @@
# camel-case/rust/function # camel-case/rust/function
Created by [@Divlo](https://github.com/Divlo) on 4 January 2023. Created by [@theoludwig](https://github.com/theoludwig) on 4 January 2023.

View File

@ -1,6 +1,6 @@
# consecutive-numbers # consecutive-numbers
Created by [@Divlo](https://github.com/Divlo) on 28 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 28 June 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# consecutive-numbers/c/function # consecutive-numbers/c/function
Created by [@Divlo](https://github.com/Divlo) on 12 October 2021. Created by [@theoludwig](https://github.com/theoludwig) on 12 October 2021.

View File

@ -1,3 +1,3 @@
# consecutive-numbers/python/function # consecutive-numbers/python/function
Created by [@Divlo](https://github.com/Divlo) on 28 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 28 June 2021.

View File

@ -1,6 +1,6 @@
# convert-number-from-base-to-another # convert-number-from-base-to-another
Created by [@Divlo](https://github.com/Divlo) on 20 October 2021. Created by [@theoludwig](https://github.com/theoludwig) on 20 October 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# convert-number-from-base-to-another/c/function # convert-number-from-base-to-another/c/function
Created by [@Divlo](https://github.com/Divlo) on 20 October 2021. Created by [@theoludwig](https://github.com/theoludwig) on 20 October 2021.

View File

@ -1,6 +1,6 @@
# defibrillators # defibrillators
Created by [@Divlo](https://github.com/Divlo) on 28 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 28 June 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# defibrillators/python/function # defibrillators/python/function
Created by [@Divlo](https://github.com/Divlo) on 28 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 28 June 2021.

View File

@ -1,6 +1,6 @@
# fibonacci # fibonacci
Created by [@Divlo](https://github.com/Divlo) on 5 July 2020. Created by [@theoludwig](https://github.com/theoludwig) on 5 July 2020.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# fibonacci/c/function # fibonacci/c/function
Created by [@Divlo](https://github.com/Divlo) on 29 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 29 September 2021.

View File

@ -1,3 +1,3 @@
# fibonacci/python/function # fibonacci/python/function
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.

View File

@ -1,3 +1,3 @@
# fibonacci/rust/function # fibonacci/rust/function
Created by [@Divlo](https://github.com/Divlo) on 5 January 2023. Created by [@theoludwig](https://github.com/theoludwig) on 5 January 2023.

View File

@ -1,6 +1,6 @@
# find-closest-number # find-closest-number
Created by [@Divlo](https://github.com/Divlo) on 1 May 2022. Created by [@theoludwig](https://github.com/theoludwig) on 1 May 2022.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# find-closest-number/python/function # find-closest-number/python/function
Created by [@Divlo](https://github.com/Divlo) on 1 May 2022. Created by [@theoludwig](https://github.com/theoludwig) on 1 May 2022.

View File

@ -1,3 +1,3 @@
# find-closest-number/python/linear # find-closest-number/python/linear
Created by [@Divlo](https://github.com/Divlo) on 1 May 2022. Created by [@theoludwig](https://github.com/theoludwig) on 1 May 2022.

View File

@ -1,3 +1,3 @@
# find-closest-number/rust/function # find-closest-number/rust/function
Created by [@Divlo](https://github.com/Divlo) on 4 January 2023. Created by [@theoludwig](https://github.com/theoludwig) on 4 January 2023.

View File

@ -1,6 +1,6 @@
# find-outlier-number # find-outlier-number
Created by [@Divlo](https://github.com/Divlo) on 5 July 2020. Created by [@theoludwig](https://github.com/theoludwig) on 5 July 2020.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# find-outlier-number/c/function # find-outlier-number/c/function
Created by [@Divlo](https://github.com/Divlo) on 30 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 30 September 2021.

View File

@ -1,6 +1,6 @@
# first-non-repeating-character # first-non-repeating-character
Created by [@Divlo](https://github.com/Divlo) on 15 November 2020. Created by [@theoludwig](https://github.com/theoludwig) on 15 November 2020.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# first-non-repeating-character/c/function # first-non-repeating-character/c/function
Created by [@Divlo](https://github.com/Divlo) on 8 October 2021. Created by [@theoludwig](https://github.com/theoludwig) on 8 October 2021.

View File

@ -1,3 +1,3 @@
# first-non-repeating-character/javascript/function # first-non-repeating-character/javascript/function
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.

View File

@ -1,3 +1,3 @@
# first-non-repeating-character/rust/function # first-non-repeating-character/rust/function
Created by [@Divlo](https://github.com/Divlo) on 5 January 2023. Created by [@theoludwig](https://github.com/theoludwig) on 5 January 2023.

View File

@ -1,6 +1,6 @@
# fizzbuzz # fizzbuzz
Created by [@Divlo](https://github.com/Divlo) on 30 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 30 June 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# fizzbuzz/c/function # fizzbuzz/c/function
Created by [@Divlo](https://github.com/Divlo) on 29 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 29 September 2021.

View File

@ -1,3 +1,3 @@
# fizzbuzz/cs/function # fizzbuzz/cs/function
Created by [@Divlo](https://github.com/Divlo) on 10 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 10 September 2021.

View File

@ -1,3 +1,3 @@
# fizzbuzz/python/function # fizzbuzz/python/function
Created by [@Divlo](https://github.com/Divlo) on 30 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 30 June 2021.

View File

@ -1,3 +1,3 @@
# fizzbuzz/rust/function # fizzbuzz/rust/function
Created by [@Divlo](https://github.com/Divlo) on 4 January 2023. Created by [@theoludwig](https://github.com/theoludwig) on 4 January 2023.

View File

@ -1,6 +1,6 @@
# heap-algorithm # heap-algorithm
Created by [@Divlo](https://github.com/Divlo) on 8 November 2021. Created by [@theoludwig](https://github.com/theoludwig) on 8 November 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# heap-algorithm/c/function # heap-algorithm/c/function
Created by [@Divlo](https://github.com/Divlo) on 8 November 2021. Created by [@theoludwig](https://github.com/theoludwig) on 8 November 2021.

View File

@ -1,6 +1,6 @@
# hello-world # hello-world
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# hello-world/c/function # hello-world/c/function
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.

View File

@ -1,3 +1,3 @@
# hello-world/cpp/function # hello-world/cpp/function
Created by [@Divlo](https://github.com/Divlo) on 7 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 7 June 2021.

View File

@ -1,3 +1,3 @@
# hello-world/cs/function # hello-world/cs/function
Created by [@Divlo](https://github.com/Divlo) on 24 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 24 June 2021.

View File

@ -1,3 +1,3 @@
# hello-world/dart/function # hello-world/dart/function
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.

View File

@ -1,3 +1,3 @@
# hello-world/java/function # hello-world/java/function
Created by [@Divlo](https://github.com/Divlo) on 24 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 24 June 2021.

View File

@ -1,3 +1,3 @@
# hello-world/javascript/function # hello-world/javascript/function
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.

View File

@ -1,3 +1,3 @@
# hello-world/python/function # hello-world/python/function
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.

View File

@ -1,3 +1,3 @@
# hello-world/rust/function # hello-world/rust/function
Created by [@Divlo](https://github.com/Divlo) on 7 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 7 June 2021.

View File

@ -1,3 +1,3 @@
# hello-world/typescript/function # hello-world/typescript/function
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.

View File

@ -1,6 +1,6 @@
# is-palindrome # is-palindrome
Created by [@Divlo](https://github.com/Divlo) on 5 July 2020. Created by [@theoludwig](https://github.com/theoludwig) on 5 July 2020.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# is-palindrome/c/function # is-palindrome/c/function
Created by [@Divlo](https://github.com/Divlo) on 28 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 28 September 2021.

View File

@ -1,3 +1,3 @@
# is-palindrome/cs/function # is-palindrome/cs/function
Created by [@Divlo](https://github.com/Divlo) on 10 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 10 September 2021.

View File

@ -1,3 +1,3 @@
# is-palindrome/javascript/function # is-palindrome/javascript/function
Created by [@Divlo](https://github.com/Divlo) on 9 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 9 June 2021.

View File

@ -1,3 +1,3 @@
# is-palindrome/rust/function # is-palindrome/rust/function
Created by [@Divlo](https://github.com/Divlo) on 4 January 2023. Created by [@theoludwig](https://github.com/theoludwig) on 4 January 2023.

View File

@ -1,6 +1,6 @@
# is-prime-number # is-prime-number
Created by [@Divlo](https://github.com/Divlo) on 5 July 2020. Created by [@theoludwig](https://github.com/theoludwig) on 5 July 2020.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# is-prime-number/c/function # is-prime-number/c/function
Created by [@Divlo](https://github.com/Divlo) on 29 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 29 September 2021.

View File

@ -1,3 +1,3 @@
# is-prime-number/cs/function # is-prime-number/cs/function
Created by [@Divlo](https://github.com/Divlo) on 10 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 10 September 2021.

View File

@ -1,3 +1,3 @@
# is-prime-number/python/function # is-prime-number/python/function
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.

View File

@ -1,3 +1,3 @@
# is-prime-number/rust/function # is-prime-number/rust/function
Created by [@Divlo](https://github.com/Divlo) on 29 December 2022. Created by [@theoludwig](https://github.com/theoludwig) on 29 December 2022.

View File

@ -1,6 +1,6 @@
# is-valid-array-subsequence # is-valid-array-subsequence
Created by [@Divlo](https://github.com/Divlo) on 23 April 2022. Created by [@theoludwig](https://github.com/theoludwig) on 23 April 2022.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# is-valid-array-subsequence/python/function # is-valid-array-subsequence/python/function
Created by [@Divlo](https://github.com/Divlo) on 23 April 2022. Created by [@theoludwig](https://github.com/theoludwig) on 23 April 2022.

View File

@ -1,6 +1,6 @@
# left-pad # left-pad
Created by [@Divlo](https://github.com/Divlo) on 21 May 2023. Created by [@theoludwig](https://github.com/theoludwig) on 21 May 2023.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# left-pad/javascript/function # left-pad/javascript/function
Created by [@Divlo](https://github.com/Divlo) on 21 May 2023. Created by [@theoludwig](https://github.com/theoludwig) on 21 May 2023.

View File

@ -1,6 +1,6 @@
# look-and-say-sequence-conway # look-and-say-sequence-conway
Created by [@Divlo](https://github.com/Divlo) on 30 November 2021. Created by [@theoludwig](https://github.com/theoludwig) on 30 November 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# look-and-say-sequence-conway/c/function # look-and-say-sequence-conway/c/function
Created by [@Divlo](https://github.com/Divlo) on 30 November 2021. Created by [@theoludwig](https://github.com/theoludwig) on 30 November 2021.

View File

@ -1,3 +1,3 @@
# look-and-say-sequence-conway/cs/function # look-and-say-sequence-conway/cs/function
Created by [@Divlo](https://github.com/Divlo) on 30 November 2021. Created by [@theoludwig](https://github.com/theoludwig) on 30 November 2021.

View File

@ -1,6 +1,6 @@
# maximum-subarray-sum # maximum-subarray-sum
Created by [@Divlo](https://github.com/Divlo) on 1 May 2022. Created by [@theoludwig](https://github.com/theoludwig) on 1 May 2022.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# maximum-subarray-sum/python/cubic # maximum-subarray-sum/python/cubic
Created by [@Divlo](https://github.com/Divlo) on 1 May 2022. Created by [@theoludwig](https://github.com/theoludwig) on 1 May 2022.

View File

@ -1,3 +1,3 @@
# maximum-subarray-sum/python/linear # maximum-subarray-sum/python/linear
Created by [@Divlo](https://github.com/Divlo) on 1 May 2022. Created by [@theoludwig](https://github.com/theoludwig) on 1 May 2022.

View File

@ -1,3 +1,3 @@
# maximum-subarray-sum/python/recursive # maximum-subarray-sum/python/recursive
Created by [@Divlo](https://github.com/Divlo) on 1 May 2022. Created by [@theoludwig](https://github.com/theoludwig) on 1 May 2022.

View File

@ -1,6 +1,6 @@
# offset-arrays # offset-arrays
Created by [@Divlo](https://github.com/Divlo) on 29 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 29 June 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# offset-arrays/python/function # offset-arrays/python/function
Created by [@Divlo](https://github.com/Divlo) on 4 October 2021. Created by [@theoludwig](https://github.com/theoludwig) on 4 October 2021.

View File

@ -1,6 +1,6 @@
# prefix-suffix # prefix-suffix
Created by [@Divlo](https://github.com/Divlo) on 2 December 2021. Created by [@theoludwig](https://github.com/theoludwig) on 2 December 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# prefix-suffix/c/function # prefix-suffix/c/function
Created by [@Divlo](https://github.com/Divlo) on 2 December 2021. Created by [@theoludwig](https://github.com/theoludwig) on 2 December 2021.

View File

@ -1,6 +1,6 @@
# prime-numbers-decomposition # prime-numbers-decomposition
Created by [@Divlo](https://github.com/Divlo) on 16 October 2021. Created by [@theoludwig](https://github.com/theoludwig) on 16 October 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# prime-numbers-decomposition/c/function # prime-numbers-decomposition/c/function
Created by [@Divlo](https://github.com/Divlo) on 16 October 2021. Created by [@theoludwig](https://github.com/theoludwig) on 16 October 2021.

View File

@ -1,6 +1,6 @@
# print-pyramid # print-pyramid
Created by [@Divlo](https://github.com/Divlo) on 21 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 21 September 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# print-pyramid/c/function # print-pyramid/c/function
Created by [@Divlo](https://github.com/Divlo) on 29 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 29 September 2021.

View File

@ -1,3 +1,3 @@
# print-pyramid/cs/function # print-pyramid/cs/function
Created by [@Divlo](https://github.com/Divlo) on 21 September 2021. Created by [@theoludwig](https://github.com/theoludwig) on 21 September 2021.

View File

@ -1,6 +1,6 @@
# reverse-polish-notation # reverse-polish-notation
Created by [@Divlo](https://github.com/Divlo) on 29 September 2020. Created by [@theoludwig](https://github.com/theoludwig) on 29 September 2020.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# reverse-polish-notation/c/function # reverse-polish-notation/c/function
Created by [@Divlo](https://github.com/Divlo) on 12 October 2021. Created by [@theoludwig](https://github.com/theoludwig) on 12 October 2021.

View File

@ -1,3 +1,3 @@
# reverse-polish-notation/javascript/function # reverse-polish-notation/javascript/function
Created by [@Divlo](https://github.com/Divlo) on 6 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 6 June 2021.

View File

@ -1,6 +1,6 @@
# roman-numerals # roman-numerals
Created by [@Divlo](https://github.com/Divlo) on 30 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 30 June 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# roman-numerals/python/function # roman-numerals/python/function
Created by [@Divlo](https://github.com/Divlo) on 30 June 2021. Created by [@theoludwig](https://github.com/theoludwig) on 30 June 2021.

View File

@ -1,6 +1,6 @@
# rotate-2-dimensional-array-90-degrees # rotate-2-dimensional-array-90-degrees
Created by [@Divlo](https://github.com/Divlo) on 3 December 2021. Created by [@theoludwig](https://github.com/theoludwig) on 3 December 2021.
## Instructions ## Instructions

View File

@ -1,3 +1,3 @@
# rotate-2-dimensional-array-90-degrees/c/function # rotate-2-dimensional-array-90-degrees/c/function
Created by [@Divlo](https://github.com/Divlo) on 5 December 2021. Created by [@theoludwig](https://github.com/theoludwig) on 5 December 2021.

Some files were not shown because too many files have changed in this diff Show More