Skip to content
#

arrays-and-strings

Here are 2 public repositories matching this topic...

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.

  • Updated Mar 21, 2024
  • PHP

This repository contains a custom PHP function for retrieving unique values from an array without relying on built-in PHP functions like array_unique(). The function utilizes a straightforward algorithm to identify and collect only the unique elements present in the input array.

  • Updated Mar 21, 2024
  • PHP

Improve this page

Add a description, image, and links to the arrays-and-strings 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 arrays-and-strings topic, visit your repo's landing page and select "manage topics."

Learn more