Snippets4

Short solutions to discrete problems which can be copied and pasted.

Algorithms

Understanding Bubble Sort Algorithm

Understanding Bubble Sort Algorithm + Implementation in JavaScript

JavaScript

Find the Symmetric Difference

Symmetric difference is a concept in set theory and mathematics that describes the set of elements that are in either of two sets but not in both.

JavaScript

reverseString()

A JavaScript function to reverse a string

JavaScript

truncateString()

A JavaScript function to truncate a string