Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions archive/x/x86-64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in X86 64! To find documentation related to the X86 64 code in this repo, look [here](https://sampleprograms.io/languages/x86-64).

## Sample Programs List - 5/38 :disappointed:
## Sample Programs List - 6/38 :disappointed:

In this section, we feature a list of completed and missing programs in X86 64. See above for the current amount of completed programs in X86 64. 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.

Expand All @@ -14,6 +14,7 @@ In this section, we feature a list of completed and missing programs in X86 64.
Below, you'll find a list of completed code snippets in X86 64. 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 X86 64](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+x86+64) [[Requirements](https://sampleprograms.io/projects/baklava)]
- :warning: [Dijkstra in X86 64](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+dijkstra+x86+64) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
- :warning: [Even Odd in X86 64](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+x86+64) [[Requirements](https://sampleprograms.io/projects/even-odd)]
- :warning: [Fizz Buzz in X86 64](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+x86+64) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
- :warning: [Hello World in X86 64](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+x86+64) [[Requirements](https://sampleprograms.io/projects/hello-world)]
Expand All @@ -29,7 +30,6 @@ The following list contains all of the approved programs that are not currently
- :x: [Capitalize](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,capitalize&template=code-snippet-request.md&title=Add+Capitalize+in+X86%2064) [[Requirements](https://sampleprograms.io/projects/capitalize)]
- :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+X86%2064) [[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+X86%2064) [[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+X86%2064) [[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+X86%2064) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+X86%2064) [[Requirements](https://sampleprograms.io/projects/factorial)]
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+X86%2064) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
Expand Down