Logo
Exploring AI and the future of technology, one post at a time.
From deecaulcrick.com

snippets

Two Sum Leetcode Problem

Solving the Two Sum problem using Brute Force and Hashmaps

Algorithms, Data structures

Last updated: August 19, 2024

Understanding Bubble Sort Algorithm

Understanding Bubble Sort Algorithm + Implementation in JavaScript

Algorithms

Last updated: January 25, 2024

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

Last updated: January 23, 2024

reverseString()

A JavaScript function to reverse a string

JavaScript

Last updated: October 12, 2023

truncateString()

A JavaScript function to truncate a string

JavaScript

Last updated: October 9, 2023