judyz94 /
algorithm-challenges
This repository contains solutions to algorithmic challenges implemented in PHP and JavaScript.
Active repository
PHPNo license
⑂ 0 forks◯ 0 issuesUpdated Oct 27, 2025
Loading repository data…
codedrian / repository
This repository contains a record of my problem-solving journey in Codewars using PHP and JavaScript.
├── 8-kyu/
│ ├── Bubble Sort/
│ │ ├── index.js
│ │ └── index.test.js
│ └── ...
│
├── 7-kyu/
│ ├── Binary Addition/
│ │ ├── index.js
│ │ └── index.test.js
│ └── ...
Selected from shared topics, language and repository description—not editorial ratings.
judyz94 /
This repository contains solutions to algorithmic challenges implemented in PHP and JavaScript.
poonamkhatri /
This repository contains a PHP function named findCommonElements that takes two arrays as input and returns an array containing the common elements between them. The function without use of array_intersect to identify and extract the common elements efficiently.