Skip to content

rjzealley/php-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-scripts

A set of PHP scripts as a PD exercise

  1. Write a PHP function to reverse a string in-place or without using additional data.
  2. Find the Missing Number: Given an array containing n distinct numbers taken from 0, 1, 2, ...,1n, find the missing number.
  3. FizzBuzz: Print numbers from 1 to n, but replace multiples of 3 with "Fizz" and multiples of 5 with “Buzz,” and multiples of both with “FizzBuzz."
  4. Palindrome Check: Write a function to determine if a given string is a palindrome (reads the same forwards and backward).

About

A set of PHP scripts as a PD exercise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages