Compare commits
1 Commits
dependabot
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e0c2b62be |
29
README.md
29
README.md
@@ -1 +1,28 @@
|
||||
# codingame
|
||||
# Codingame Solutions
|
||||
|
||||
This repository contains solutions to various Codingame challenges, primarily using Haskell and PureScript.
|
||||
|
||||
## Folder Structure
|
||||
|
||||
- **haskell/**: Contains solutions written in Haskell.
|
||||
- **purescript/**: Contains solutions written in PureScript.
|
||||
|
||||
## Languages Used
|
||||
|
||||
- **PureScript**: 38.7%
|
||||
- **Haskell**: 36.2%
|
||||
- **Dhall**: 18.2%
|
||||
- **JavaScript**: 6.9%
|
||||
|
||||
## Getting Started
|
||||
|
||||
Navigate to the respective folders to find coding challenge solutions and their implementations.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
||||
|
||||
## Contact
|
||||
|
||||
For any questions or suggestions, please open an issue in this repository.
|
||||
|
||||
|
||||
6
purescript/graphtest/package-lock.json
generated
6
purescript/graphtest/package-lock.json
generated
@@ -21,9 +21,9 @@
|
||||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.21",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
||||
"version": "4.17.15",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user