Skip to content
#

codility-challenges

Here are 44 public repositories matching this topic...

1. Write a function that, given two integers A and B, returns the leftmost position at which A occurs in B. The function should return -1 if A does not occur in B. 2. Write a function which returns an array which represents number X+1. 3. Write a function that, given a string S (containing only the letters 'A', 'B', and 'C') consisting of N char…

  • Updated Feb 5, 2020
  • C#

Improve this page

Add a description, image, and links to the codility-challenges topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the codility-challenges topic, visit your repo's landing page and select "manage topics."

Learn more