- Assignment Name: [Problem Solving]
- Course: [Web Development with Reactjs]
- Due Date: [09 / 09 /2023]
Welcome to the Data Structures and Algorithms (DSA) Assignment repository! In this assignment, we explore various algorithmic challenges and data structure operations using JavaScript.
- Code File:
arrayReversal.js
- Description: This section explains the solution for reversing an array without using the built-in
reverse()
method. The code and its time complexity are discussed.
- Code File:
findMaximum.js
- Description: This section explains the solution for finding the maximum value in an array. The code and its time complexity are discussed.
- Code File:
palindromeCheck.js
- Description: This section explains the solution for checking if a string is a palindrome. Both the original and optimized versions of the code are discussed.
- [YourmixJNR]