diff --git a/archive/g/go/README.md b/archive/g/go/README.md index 764d28bb0..c69d23029 100644 --- a/archive/g/go/README.md +++ b/archive/g/go/README.md @@ -5,7 +5,7 @@ Welcome to Sample Programs in Go! To find documentation related to the Go code in this repo, look [here](https://sampleprograms.io/languages/go). -## Sample Programs List - 35/39 :smile: +## Sample Programs List - 39/39 :partying_face: In this section, we feature a list of completed and missing programs in Go. See above for the current amount of completed programs in Go. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you. @@ -18,6 +18,9 @@ Below, you'll find a list of completed code snippets in Go. Code snippets preced - :warning: [Binary Search in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+go) [[Requirements](https://sampleprograms.io/projects/binary-search)] - :white_check_mark: [Bubble Sort in Go](https://sampleprograms.io/projects/bubble-sort/go) [[Requirements](https://sampleprograms.io/projects/bubble-sort)] - :warning: [Capitalize in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+go) [[Requirements](https://sampleprograms.io/projects/capitalize)] +- :warning: [Convex Hull in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+convex+hull+go) [[Requirements](https://sampleprograms.io/projects/convex-hull)] +- :warning: [Depth First Search in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+depth+first+search+go) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] +- :warning: [Dijkstra in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+dijkstra+go) [[Requirements](https://sampleprograms.io/projects/dijkstra)] - :warning: [Duplicate Character Counter in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+go) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] - :warning: [Even Odd in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+go) [[Requirements](https://sampleprograms.io/projects/even-odd)] - :warning: [Factorial in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+go) [[Requirements](https://sampleprograms.io/projects/factorial)] @@ -36,6 +39,7 @@ Below, you'll find a list of completed code snippets in Go. Code snippets preced - :warning: [Maximum Array Rotation in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+array+rotation+go) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)] - :warning: [Maximum Subarray in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+go) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)] - :warning: [Merge Sort in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+go) [[Requirements](https://sampleprograms.io/projects/merge-sort)] +- :warning: [Minimum Spanning Tree in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+minimum+spanning+tree+go) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] - :warning: [Palindromic Number in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+go) [[Requirements](https://sampleprograms.io/projects/palindromic-number)] - :warning: [Prime Number in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+go) [[Requirements](https://sampleprograms.io/projects/prime-number)] - :warning: [Quick Sort in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quick+sort+go) [[Requirements](https://sampleprograms.io/projects/quick-sort)] @@ -49,15 +53,6 @@ Below, you'll find a list of completed code snippets in Go. Code snippets preced - :warning: [Transpose Matrix in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+go) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)] - :warning: [Zeckendorf in Go](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+go) [[Requirements](https://sampleprograms.io/projects/zeckendorf)] -### Missing Programs - -The following list contains all of the approved programs that are not currently implemented in Go. Click on the name of the project to easily open an issue in GitHub. Alternatively, click requirements to check out the description of the project. - -- :x: [Convex Hull](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,convex+hull&template=code-snippet-request.md&title=Add+Convex+Hull+in+Go) [[Requirements](https://sampleprograms.io/projects/convex-hull)] -- :x: [Depth First Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,depth+first+search&template=code-snippet-request.md&title=Add+Depth+First+Search+in+Go) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] -- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Go) [[Requirements](https://sampleprograms.io/projects/dijkstra)] -- :x: [Minimum Spanning Tree](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,minimum+spanning+tree&template=code-snippet-request.md&title=Add+Minimum+Spanning+Tree+in+Go) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] - ## Testing The following list shares details about how we name all Sample Programs in Go: diff --git a/archive/j/javascript/README.md b/archive/j/javascript/README.md index a03b42d16..d14ada1d6 100644 --- a/archive/j/javascript/README.md +++ b/archive/j/javascript/README.md @@ -5,7 +5,7 @@ Welcome to Sample Programs in JavaScript! To find documentation related to the JavaScript code in this repo, look [here](https://sampleprograms.io/languages/javascript). -## Sample Programs List - 34/39 :smile: +## Sample Programs List - 39/39 :partying_face: In this section, we feature a list of completed and missing programs in JavaScript. See above for the current amount of completed programs in JavaScript. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you. @@ -19,12 +19,15 @@ Below, you'll find a list of completed code snippets in JavaScript. Code snippet - :warning: [Bubble Sort in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+javascript) [[Requirements](https://sampleprograms.io/projects/bubble-sort)] - :warning: [Capitalize in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+javascript) [[Requirements](https://sampleprograms.io/projects/capitalize)] - :warning: [Convex Hull in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+convex+hull+javascript) [[Requirements](https://sampleprograms.io/projects/convex-hull)] +- :warning: [Depth First Search in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+depth+first+search+javascript) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] - :warning: [Dijkstra in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+dijkstra+javascript) [[Requirements](https://sampleprograms.io/projects/dijkstra)] +- :warning: [Duplicate Character Counter in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+javascript) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] - :warning: [Even Odd in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+javascript) [[Requirements](https://sampleprograms.io/projects/even-odd)] - :warning: [Factorial in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+javascript) [[Requirements](https://sampleprograms.io/projects/factorial)] - :white_check_mark: [Fibonacci in JavaScript](https://sampleprograms.io/projects/fibonacci/javascript) [[Requirements](https://sampleprograms.io/projects/fibonacci)] - :warning: [File Input Output in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+javascript) [[Requirements](https://sampleprograms.io/projects/file-input-output)] - :white_check_mark: [Fizz Buzz in JavaScript](https://sampleprograms.io/projects/fizz-buzz/javascript) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)] +- :warning: [Fraction Math in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fraction+math+javascript) [[Requirements](https://sampleprograms.io/projects/fraction-math)] - :warning: [Hello World in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+javascript) [[Requirements](https://sampleprograms.io/projects/hello-world)] - :warning: [Insertion Sort in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+insertion+sort+javascript) [[Requirements](https://sampleprograms.io/projects/insertion-sort)] - :warning: [Job Sequencing in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+job+sequencing+javascript) [[Requirements](https://sampleprograms.io/projects/job-sequencing)] @@ -33,8 +36,10 @@ Below, you'll find a list of completed code snippets in JavaScript. Code snippet - :warning: [Longest Common Subsequence in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+javascript) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)] - :warning: [Longest Palindromic Substring in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+palindromic+substring+javascript) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)] - :warning: [Longest Word in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+javascript) [[Requirements](https://sampleprograms.io/projects/longest-word)] +- :warning: [Maximum Array Rotation in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+array+rotation+javascript) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)] - :warning: [Maximum Subarray in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+javascript) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)] - :warning: [Merge Sort in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+javascript) [[Requirements](https://sampleprograms.io/projects/merge-sort)] +- :warning: [Minimum Spanning Tree in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+minimum+spanning+tree+javascript) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] - :warning: [Palindromic Number in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+javascript) [[Requirements](https://sampleprograms.io/projects/palindromic-number)] - :warning: [Prime Number in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+javascript) [[Requirements](https://sampleprograms.io/projects/prime-number)] - :warning: [Quick Sort in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quick+sort+javascript) [[Requirements](https://sampleprograms.io/projects/quick-sort)] @@ -48,16 +53,6 @@ Below, you'll find a list of completed code snippets in JavaScript. Code snippet - :warning: [Transpose Matrix in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+javascript) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)] - :warning: [Zeckendorf in JavaScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+javascript) [[Requirements](https://sampleprograms.io/projects/zeckendorf)] -### Missing Programs - -The following list contains all of the approved programs that are not currently implemented in JavaScript. Click on the name of the project to easily open an issue in GitHub. Alternatively, click requirements to check out the description of the project. - -- :x: [Depth First Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,depth+first+search&template=code-snippet-request.md&title=Add+Depth+First+Search+in+JavaScript) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] -- :x: [Duplicate Character Counter](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,duplicate+character+counter&template=code-snippet-request.md&title=Add+Duplicate+Character+Counter+in+JavaScript) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] -- :x: [Fraction Math](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fraction+math&template=code-snippet-request.md&title=Add+Fraction+Math+in+JavaScript) [[Requirements](https://sampleprograms.io/projects/fraction-math)] -- :x: [Maximum Array Rotation](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+array+rotation&template=code-snippet-request.md&title=Add+Maximum+Array+Rotation+in+JavaScript) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)] -- :x: [Minimum Spanning Tree](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,minimum+spanning+tree&template=code-snippet-request.md&title=Add+Minimum+Spanning+Tree+in+JavaScript) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] - ## Testing The following list shares details about how we name all Sample Programs in JavaScript: diff --git a/archive/m/modula2/README.md b/archive/m/modula2/README.md index 5fe640206..ae0d49ef9 100644 --- a/archive/m/modula2/README.md +++ b/archive/m/modula2/README.md @@ -5,7 +5,7 @@ Welcome to Sample Programs in Modula-2! To find documentation related to the Modula-2 code in this repo, look [here](https://sampleprograms.io/languages/modula2). -## Sample Programs List - 2/39 :disappointed: +## Sample Programs List - 3/39 :disappointed: In this section, we feature a list of completed and missing programs in Modula-2. See above for the current amount of completed programs in Modula-2. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you. @@ -14,6 +14,7 @@ In this section, we feature a list of completed and missing programs in Modula-2 Below, you'll find a list of completed code snippets in Modula-2. Code snippets preceded by :warning: link to a GitHub issue query featuring a possible article request issue. If an article request issue doesn't exist, we encourage you to create one. Meanwhile, code snippets preceded by :white_check_mark: link to an existing article which provides further documentation. To see the list of approved projects, check out the official Sample Programs projects list. - :warning: [Baklava in Modula-2](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+modula-2) [[Requirements](https://sampleprograms.io/projects/baklava)] +- :warning: [Fraction Math in Modula-2](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fraction+math+modula-2) [[Requirements](https://sampleprograms.io/projects/fraction-math)] - :warning: [Hello World in Modula-2](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+modula-2) [[Requirements](https://sampleprograms.io/projects/hello-world)] ### Missing Programs @@ -33,7 +34,6 @@ The following list contains all of the approved programs that are not currently - :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Modula-2) [[Requirements](https://sampleprograms.io/projects/fibonacci)] - :x: [File Input Output](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,file+input+output&template=code-snippet-request.md&title=Add+File+Input+Output+in+Modula-2) [[Requirements](https://sampleprograms.io/projects/file-input-output)] - :x: [Fizz Buzz](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fizz+buzz&template=code-snippet-request.md&title=Add+Fizz+Buzz+in+Modula-2) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)] -- :x: [Fraction Math](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fraction+math&template=code-snippet-request.md&title=Add+Fraction+Math+in+Modula-2) [[Requirements](https://sampleprograms.io/projects/fraction-math)] - :x: [Insertion Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,insertion+sort&template=code-snippet-request.md&title=Add+Insertion+Sort+in+Modula-2) [[Requirements](https://sampleprograms.io/projects/insertion-sort)] - :x: [Job Sequencing](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,job+sequencing&template=code-snippet-request.md&title=Add+Job+Sequencing+in+Modula-2) [[Requirements](https://sampleprograms.io/projects/job-sequencing)] - :x: [Josephus Problem](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,josephus+problem&template=code-snippet-request.md&title=Add+Josephus+Problem+in+Modula-2) [[Requirements](https://sampleprograms.io/projects/josephus-problem)] diff --git a/archive/r/r/README.md b/archive/r/r/README.md index 1bbba7604..2181af3e4 100644 --- a/archive/r/r/README.md +++ b/archive/r/r/README.md @@ -5,7 +5,7 @@ Welcome to Sample Programs in R! To find documentation related to the R code in this repo, look [here](https://sampleprograms.io/languages/r). -## Sample Programs List - 10/39 :thinking: +## Sample Programs List - 14/39 :thinking: In this section, we feature a list of completed and missing programs in R. See above for the current amount of completed programs in R. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you. @@ -15,13 +15,17 @@ Below, you'll find a list of completed code snippets in R. Code snippets precede - :warning: [Baklava in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+r) [[Requirements](https://sampleprograms.io/projects/baklava)] - :warning: [Capitalize in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+r) [[Requirements](https://sampleprograms.io/projects/capitalize)] +- :warning: [Duplicate Character Counter in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+r) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] - :warning: [Even Odd in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+r) [[Requirements](https://sampleprograms.io/projects/even-odd)] - :warning: [Factorial in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+r) [[Requirements](https://sampleprograms.io/projects/factorial)] +- :warning: [Fibonacci in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+r) [[Requirements](https://sampleprograms.io/projects/fibonacci)] - :warning: [File Input Output in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+r) [[Requirements](https://sampleprograms.io/projects/file-input-output)] - :warning: [Fizz Buzz in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+r) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)] - :white_check_mark: [Hello World in R](https://sampleprograms.io/projects/hello-world/r) [[Requirements](https://sampleprograms.io/projects/hello-world)] - :warning: [Longest Word in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+r) [[Requirements](https://sampleprograms.io/projects/longest-word)] +- :warning: [Palindromic Number in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+r) [[Requirements](https://sampleprograms.io/projects/palindromic-number)] - :warning: [Prime Number in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+r) [[Requirements](https://sampleprograms.io/projects/prime-number)] +- :warning: [Remove All Whitespace in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+remove+all+whitespace+r) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)] - :warning: [Reverse String in R](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+r) [[Requirements](https://sampleprograms.io/projects/reverse-string)] ### Missing Programs @@ -34,8 +38,6 @@ The following list contains all of the approved programs that are not currently - :x: [Convex Hull](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,convex+hull&template=code-snippet-request.md&title=Add+Convex+Hull+in+R) [[Requirements](https://sampleprograms.io/projects/convex-hull)] - :x: [Depth First Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,depth+first+search&template=code-snippet-request.md&title=Add+Depth+First+Search+in+R) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] - :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+R) [[Requirements](https://sampleprograms.io/projects/dijkstra)] -- :x: [Duplicate Character Counter](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,duplicate+character+counter&template=code-snippet-request.md&title=Add+Duplicate+Character+Counter+in+R) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] -- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+R) [[Requirements](https://sampleprograms.io/projects/fibonacci)] - :x: [Fraction Math](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fraction+math&template=code-snippet-request.md&title=Add+Fraction+Math+in+R) [[Requirements](https://sampleprograms.io/projects/fraction-math)] - :x: [Insertion Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,insertion+sort&template=code-snippet-request.md&title=Add+Insertion+Sort+in+R) [[Requirements](https://sampleprograms.io/projects/insertion-sort)] - :x: [Job Sequencing](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,job+sequencing&template=code-snippet-request.md&title=Add+Job+Sequencing+in+R) [[Requirements](https://sampleprograms.io/projects/job-sequencing)] @@ -47,10 +49,8 @@ The following list contains all of the approved programs that are not currently - :x: [Maximum Subarray](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+subarray&template=code-snippet-request.md&title=Add+Maximum+Subarray+in+R) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)] - :x: [Merge Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,merge+sort&template=code-snippet-request.md&title=Add+Merge+Sort+in+R) [[Requirements](https://sampleprograms.io/projects/merge-sort)] - :x: [Minimum Spanning Tree](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,minimum+spanning+tree&template=code-snippet-request.md&title=Add+Minimum+Spanning+Tree+in+R) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] -- :x: [Palindromic Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,palindromic+number&template=code-snippet-request.md&title=Add+Palindromic+Number+in+R) [[Requirements](https://sampleprograms.io/projects/palindromic-number)] - :x: [Quick Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quick+sort&template=code-snippet-request.md&title=Add+Quick+Sort+in+R) [[Requirements](https://sampleprograms.io/projects/quick-sort)] - :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+R) [[Requirements](https://sampleprograms.io/projects/quine)] -- :x: [Remove All Whitespace](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,remove+all+whitespace&template=code-snippet-request.md&title=Add+Remove+All+Whitespace+in+R) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)] - :x: [Roman Numeral](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,roman+numeral&template=code-snippet-request.md&title=Add+Roman+Numeral+in+R) [[Requirements](https://sampleprograms.io/projects/roman-numeral)] - :x: [Rot13](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,rot13&template=code-snippet-request.md&title=Add+Rot13+in+R) [[Requirements](https://sampleprograms.io/projects/rot13)] - :x: [Selection Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,selection+sort&template=code-snippet-request.md&title=Add+Selection+Sort+in+R) [[Requirements](https://sampleprograms.io/projects/selection-sort)] diff --git a/archive/t/typescript/README.md b/archive/t/typescript/README.md index ceda16c26..16e6c8e02 100644 --- a/archive/t/typescript/README.md +++ b/archive/t/typescript/README.md @@ -5,7 +5,7 @@ Welcome to Sample Programs in TypeScript! To find documentation related to the TypeScript code in this repo, look [here](https://sampleprograms.io/languages/typescript). -## Sample Programs List - 27/39 :relaxed: +## Sample Programs List - 39/39 :partying_face: In this section, we feature a list of completed and missing programs in TypeScript. See above for the current amount of completed programs in TypeScript. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you. @@ -18,46 +18,41 @@ Below, you'll find a list of completed code snippets in TypeScript. Code snippet - :warning: [Binary Search in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+typescript) [[Requirements](https://sampleprograms.io/projects/binary-search)] - :warning: [Bubble Sort in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+typescript) [[Requirements](https://sampleprograms.io/projects/bubble-sort)] - :warning: [Capitalize in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+typescript) [[Requirements](https://sampleprograms.io/projects/capitalize)] +- :warning: [Convex Hull in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+convex+hull+typescript) [[Requirements](https://sampleprograms.io/projects/convex-hull)] +- :warning: [Depth First Search in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+depth+first+search+typescript) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] +- :warning: [Dijkstra in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+dijkstra+typescript) [[Requirements](https://sampleprograms.io/projects/dijkstra)] - :warning: [Duplicate Character Counter in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+typescript) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] - :warning: [Even Odd in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+typescript) [[Requirements](https://sampleprograms.io/projects/even-odd)] - :warning: [Factorial in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+typescript) [[Requirements](https://sampleprograms.io/projects/factorial)] - :warning: [Fibonacci in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+typescript) [[Requirements](https://sampleprograms.io/projects/fibonacci)] - :warning: [File Input Output in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+typescript) [[Requirements](https://sampleprograms.io/projects/file-input-output)] - :warning: [Fizz Buzz in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+typescript) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)] +- :warning: [Fraction Math in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fraction+math+typescript) [[Requirements](https://sampleprograms.io/projects/fraction-math)] - :white_check_mark: [Hello World in TypeScript](https://sampleprograms.io/projects/hello-world/typescript) [[Requirements](https://sampleprograms.io/projects/hello-world)] - :warning: [Insertion Sort in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+insertion+sort+typescript) [[Requirements](https://sampleprograms.io/projects/insertion-sort)] +- :warning: [Job Sequencing in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+job+sequencing+typescript) [[Requirements](https://sampleprograms.io/projects/job-sequencing)] +- :warning: [Josephus Problem in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+josephus+problem+typescript) [[Requirements](https://sampleprograms.io/projects/josephus-problem)] - :warning: [Linear Search in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+typescript) [[Requirements](https://sampleprograms.io/projects/linear-search)] +- :warning: [Longest Common Subsequence in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+typescript) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)] +- :warning: [Longest Palindromic Substring in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+palindromic+substring+typescript) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)] - :warning: [Longest Word in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+typescript) [[Requirements](https://sampleprograms.io/projects/longest-word)] +- :warning: [Maximum Array Rotation in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+array+rotation+typescript) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)] - :warning: [Maximum Subarray in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+typescript) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)] - :warning: [Merge Sort in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+typescript) [[Requirements](https://sampleprograms.io/projects/merge-sort)] +- :warning: [Minimum Spanning Tree in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+minimum+spanning+tree+typescript) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] - :warning: [Palindromic Number in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+typescript) [[Requirements](https://sampleprograms.io/projects/palindromic-number)] - :warning: [Prime Number in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+typescript) [[Requirements](https://sampleprograms.io/projects/prime-number)] - :warning: [Quick Sort in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quick+sort+typescript) [[Requirements](https://sampleprograms.io/projects/quick-sort)] - :warning: [Quine in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quine+typescript) [[Requirements](https://sampleprograms.io/projects/quine)] +- :warning: [Remove All Whitespace in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+remove+all+whitespace+typescript) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)] - :warning: [Reverse String in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+typescript) [[Requirements](https://sampleprograms.io/projects/reverse-string)] - :warning: [Roman Numeral in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+roman+numeral+typescript) [[Requirements](https://sampleprograms.io/projects/roman-numeral)] - :warning: [Rot13 in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+rot13+typescript) [[Requirements](https://sampleprograms.io/projects/rot13)] - :warning: [Selection Sort in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+typescript) [[Requirements](https://sampleprograms.io/projects/selection-sort)] +- :warning: [Sleep Sort in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+typescript) [[Requirements](https://sampleprograms.io/projects/sleep-sort)] - :warning: [Transpose Matrix in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+typescript) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)] - :warning: [Zeckendorf in TypeScript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+typescript) [[Requirements](https://sampleprograms.io/projects/zeckendorf)] -### Missing Programs - -The following list contains all of the approved programs that are not currently implemented in TypeScript. Click on the name of the project to easily open an issue in GitHub. Alternatively, click requirements to check out the description of the project. - -- :x: [Convex Hull](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,convex+hull&template=code-snippet-request.md&title=Add+Convex+Hull+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/convex-hull)] -- :x: [Depth First Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,depth+first+search&template=code-snippet-request.md&title=Add+Depth+First+Search+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] -- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/dijkstra)] -- :x: [Fraction Math](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fraction+math&template=code-snippet-request.md&title=Add+Fraction+Math+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/fraction-math)] -- :x: [Job Sequencing](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,job+sequencing&template=code-snippet-request.md&title=Add+Job+Sequencing+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/job-sequencing)] -- :x: [Josephus Problem](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,josephus+problem&template=code-snippet-request.md&title=Add+Josephus+Problem+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/josephus-problem)] -- :x: [Longest Common Subsequence](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+common+subsequence&template=code-snippet-request.md&title=Add+Longest+Common+Subsequence+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)] -- :x: [Longest Palindromic Substring](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+palindromic+substring&template=code-snippet-request.md&title=Add+Longest+Palindromic+Substring+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)] -- :x: [Maximum Array Rotation](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+array+rotation&template=code-snippet-request.md&title=Add+Maximum+Array+Rotation+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)] -- :x: [Minimum Spanning Tree](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,minimum+spanning+tree&template=code-snippet-request.md&title=Add+Minimum+Spanning+Tree+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)] -- :x: [Remove All Whitespace](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,remove+all+whitespace&template=code-snippet-request.md&title=Add+Remove+All+Whitespace+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)] -- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+TypeScript) [[Requirements](https://sampleprograms.io/projects/sleep-sort)] - ## Testing The following list shares details about how we name all Sample Programs in TypeScript: