Skip to content
#

arrays-and-strings

Here are 167 public repositories matching this topic...

DSA in Java covers a wide range of algorithms, including sorting algorithms, searching algorithms, graph algorithms, and dynamic programming algorithms. The implementation and optimization of these algorithms require a solid understanding of data structures, such as arrays, linked lists, trees, and graphs, and their associated operations.

  • Updated Aug 3, 2023
  • Java

This Repository contains all concepts and questions I practiced to sharpen my knowledge in Data Structures and Algorithms. Language used is C++

  • Updated Nov 6, 2023
  • C++

Project No. 3 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you'll code a basic MP3 player using HTML, CSS, and JavaScript. The project covers fundamental concepts such as handling audio playback, managing a playlist, implementing play, pause, next, previous, and shuffle functionalities.

  • Updated Feb 26, 2024
  • JavaScript

Decided to create a good project that will help the community to have an in-depth knowledge on how to use "for loop" on javascript.however,this project will go a long way for anyone who's interested to understand how looping works also making use of it effectively.

  • Updated Mar 19, 2024
  • JavaScript

A 2048 tile game built in C++ with a 7×7 grid, developed as a Programming Fundamentals project. The game uses SFML for rendering and user interaction, showcasing core programming concepts and basic game development techniques.

  • Updated May 1, 2026
  • C++

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