sololearn
Here are 6 public repositories matching this topic...
My solutions to SoloLearn challenges - SoloLearn Profile: https://www.sololearn.com/Profile/12463888
-
Updated
Mar 21, 2020 - C#
This is where I save some codes I wrote in SoloLearn .
-
Updated
Feb 15, 2024 - C#
Permutable Prime A permutable prime is a prime number of two or more digits that remains prime with every possible rearrangement of the digits. For example: Input: 79 Output: true (79 and 97 are both primes) Input: 127 Output: false Input: 337 Output: true (337, 373 and 733 are primes) Write a program to check if the user input is a permutable p…
-
Updated
Aug 7, 2018 - C#
Solved SoloLearn challenges in JavaScript, Java, SQL, C#, Python and Kotlin.
-
Updated
May 16, 2021 - C#
🏗 Recollection of data structure implementation codes
-
Updated
Jul 14, 2023 - C#
Improve this page
Add a description, image, and links to the sololearn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sololearn topic, visit your repo's landing page and select "manage topics."