You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: archive/p/pascal/README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Welcome to Sample Programs in Pascal! To find documentation related to the Pascal code in this repo, look [here.](https://sampleprograms.io/languages/pascal)
4
4
5
-
## Sample Programs List - 37/38 :smile:
5
+
## Sample Programs List - 38/38 :partying_face:
6
6
7
7
In this section, we feature a list of completed and missing programs in Pascal. See above for the current amount of completed programs in Pascal. 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.
8
8
@@ -27,6 +27,7 @@ Below, you'll find a list of completed code snippets in Pascal. Code snippets pr
27
27
-:warning:[Fraction Math in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fraction+math+pascal)[[Requirements](https://sampleprograms.io/projects/fraction-math)]
28
28
-:white_check_mark:[Hello World in Pascal](https://sampleprograms.io/projects/hello-world/pascal)[[Requirements](https://sampleprograms.io/projects/hello-world)]
29
29
-:warning:[Insertion Sort in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+insertion+sort+pascal)[[Requirements](https://sampleprograms.io/projects/insertion-sort)]
30
+
-:warning:[Job Sequencing in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+job+sequencing+pascal)[[Requirements](https://sampleprograms.io/projects/job-sequencing)]
30
31
-:warning:[Josephus Problem in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+josephus+problem+pascal)[[Requirements](https://sampleprograms.io/projects/josephus-problem)]
31
32
-:warning:[Linear Search in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+pascal)[[Requirements](https://sampleprograms.io/projects/linear-search)]
32
33
-:warning:[Longest Common Subsequence in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+pascal)[[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
@@ -48,12 +49,6 @@ Below, you'll find a list of completed code snippets in Pascal. Code snippets pr
48
49
-:warning:[Sleep Sort in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+pascal)[[Requirements](https://sampleprograms.io/projects/sleep-sort)]
49
50
-:warning:[Transpose Matrix in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+pascal)[[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
50
51
51
-
### Missing Programs
52
-
53
-
The following list contains all of the approved programs that are not currently implemented in Pascal. 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.
0 commit comments