Skip to content

Conversation

@rzuckerm
Copy link
Collaborator

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
For more information please refer to our contributing documentation

I Am Adding a New Code Snippet in an Existing Language

  • I fixed #your-issue-number-here
  • I did not include any extra folders/libraries
  • I named the pull request using Add {PROJECT} in {LANGUAGE} format

I Am Adding a New Code Snippet in a New Language

  • I fixed #your-issue-number-here
  • I did not include any extra folders/libraries
  • I named the pull request using Add {PROJECT} in {LANGUAGE} format
  • I added a testinfo.yml files (see contributing documentation)
    • I used an officially supported docker image or one that I personally trust

I Am Adding New Tests for a Project

  • I fixed #your-issue-number-here
  • I did not include any extra folders/libraries
  • I named the pull request using Add {PROJECT} Tests format
  • I verified the project exists on the Sample Programs Project List
  • I added tests for every test case in the Testing table of the project description for the given project. (See contributing documentation)

I Am Adding New Tests for a Language

  • I fixed #your-issue-number-here
  • I did not include any extra folders/libraries
  • I named the pull request using Add {LANGUAGE} Tests format
  • I added a testinfo.yml files (see contributing documentation)
    • I used an officially supported docker image or one that I personally trust
  • I verified all tests are passing

I Am Modifying an Existing Code Snippet or Existing Tests

  • I fixed #your-issue-number-here
  • I did not include any extra folders/libraries
  • I have read about modifying existing code snippets or tests in the contributing documentation
  • I have explained why this modification is necessary either in the issue linked above or in the notes below
  • I named the pull request using Modify {PROJECT} {tests} in {LANGUAGE} format

Other Notes

Add notes here...

@github-actions github-actions bot added enhancement Any code that improves the repo hello world See: https://sampleprograms.io/projects/hello-world/ reverse string See: https://sampleprograms.io/projects/reverse-string/ fizz buzz See: https://sampleprograms.io/projects/fizz-buzz/ quine See: https://sampleprograms.io/projects/quine/ file input output See: https://sampleprograms.io/projects/file-input-output/ baklava See: https://sampleprograms.io/projects/baklava/ fibonacci See: https://sampleprograms.io/projects/fibonacci/ roman numeral See: https://sampleprograms.io/projects/roman-numeral/ longest common subsequence See: https://sampleprograms.io/projects/longest-common-subsequence/ factorial See: https://sampleprograms.io/projects/factorial/ prime number See: https://sampleprograms.io/projects/prime-number/ even odd See: https://sampleprograms.io/projects/even-odd/ convex hull See: https://sampleprograms.io/projects/convex-hull/ job sequencing See: https://sampleprograms.io/projects/job-sequencing/ rot13 See: https://sampleprograms.io/projects/rot13/ bubble sort See: https://sampleprograms.io/projects/bubble-sort/ selection sort See: https://sampleprograms.io/projects/selection-sort/ quick sort See: https://sampleprograms.io/projects/quick-sort/ merge sort See: https://sampleprograms.io/projects/merge-sort/ insertion sort See: https://sampleprograms.io/projects/insertion-sort/ tests Testing related capitalize See: https://sampleprograms.io/projects/capitalize/ minimum spanning tree See: https://sampleprograms.io/projects/minimum-spanning-tree/ sleep sort See: https://sampleprograms.io/projects/sleep-sort/ binary search See: https://sampleprograms.io/projects/binary-search/ linear search See: https://sampleprograms.io/projects/linear-search/ needs docs New code that isn't documented here: https://sampleprograms.io/projects/ longest palindromic substring See: https://sampleprograms.io/projects/longest-palindromic-substring/ labels Nov 22, 2025
@rzuckerm rzuckerm removed rot13 See: https://sampleprograms.io/projects/rot13/ bubble sort See: https://sampleprograms.io/projects/bubble-sort/ selection sort See: https://sampleprograms.io/projects/selection-sort/ quick sort See: https://sampleprograms.io/projects/quick-sort/ merge sort See: https://sampleprograms.io/projects/merge-sort/ insertion sort See: https://sampleprograms.io/projects/insertion-sort/ tests Testing related capitalize See: https://sampleprograms.io/projects/capitalize/ minimum spanning tree See: https://sampleprograms.io/projects/minimum-spanning-tree/ sleep sort See: https://sampleprograms.io/projects/sleep-sort/ binary search See: https://sampleprograms.io/projects/binary-search/ linear search See: https://sampleprograms.io/projects/linear-search/ needs docs New code that isn't documented here: https://sampleprograms.io/projects/ longest palindromic substring See: https://sampleprograms.io/projects/longest-palindromic-substring/ palindromic number See: https://sampleprograms.io/projects/palindromic-number/ remove all whitespace See: https://sampleprograms.io/projects/remove-all-whitespace/ josephus problem See: https://sampleprograms.io/projects/josephus-problem/ transpose matrix See: https://sampleprograms.io/projects/transpose-matrix/ duplicate character counter See: https://sampleprograms.io/projects/duplicate-character-counter/ maximum array rotation See: https://sampleprograms.io/projects/maximum-array-rotation/ dijkstra See: https://sampleprograms.io/projects/dijkstra/ longest word See: https://sampleprograms.io/projects/longest-word/ depth first search See: https://sampleprograms.io/projects/depth-first-search/ fraction math See: https://sampleprograms.io/projects/fraction-math/ maximum subarray See: https://sampleprograms.io/projects/maximum-subarray/ base64 encode decode See: https://sampleprograms.io/projects/base64-encode-decode/ even odd See: https://sampleprograms.io/projects/even-odd/ convex hull See: https://sampleprograms.io/projects/convex-hull/ labels Nov 22, 2025
@rzuckerm rzuckerm closed this Nov 22, 2025
@rzuckerm rzuckerm deleted the test-pr branch November 22, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant