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:
parent
d772ed0345
commit
1c1c55088f
@ -60,7 +60,7 @@ representative at an online or offline event.
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
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 community leaders are obligated to respect the privacy and security of the
|
||||
|
@ -50,7 +50,7 @@ Before submitting the new programming language, make sure it passes all the test
|
||||
|
||||
## 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**.
|
||||
|
||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) Divlo
|
||||
Copyright (c) Théo LUDWIG
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
10
README.md
10
README.md
@ -9,11 +9,11 @@
|
||||
<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>
|
||||
<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/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/cli.yml"><img src="https://github.com/theoludwig/programming-challenges/actions/workflows/cli.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>
|
||||
<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/>
|
||||
<img src="./logo.png" width="120" alt="programming-challenges Logo" />
|
||||
</p>
|
||||
@ -40,7 +40,7 @@ Each challenge has its **solutions**, its **instructions** and **input/output ex
|
||||
|
||||
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
|
||||
|
||||
@ -54,7 +54,7 @@ Gitpod will automatically setup an environment for you.
|
||||
|
||||
```sh
|
||||
# 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
|
||||
cd programming-challenges
|
||||
|
@ -1,6 +1,6 @@
|
||||
# acronyms
|
||||
|
||||
Created by [@Divlo](https://github.com/Divlo) on 30 June 2021.
|
||||
Created by [@theoludwig](https://github.com/theoludwig) on 30 June 2021.
|
||||
|
||||
## Instructions
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# defibrillators
|
||||
|
||||
Created by [@Divlo](https://github.com/Divlo) on 28 June 2021.
|
||||
Created by [@theoludwig](https://github.com/theoludwig) on 28 June 2021.
|
||||
|
||||
## Instructions
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# fibonacci
|
||||
|
||||
Created by [@Divlo](https://github.com/Divlo) on 5 July 2020.
|
||||
Created by [@theoludwig](https://github.com/theoludwig) on 5 July 2020.
|
||||
|
||||
## Instructions
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# fizzbuzz
|
||||
|
||||
Created by [@Divlo](https://github.com/Divlo) on 30 June 2021.
|
||||
Created by [@theoludwig](https://github.com/theoludwig) on 30 June 2021.
|
||||
|
||||
## Instructions
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 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
Loading…
Reference in New Issue
Block a user