There are 2 repositories under arrays-and-strings topic.
Lecture video links for preparation of Placements
type-safe, header-only implementation of a `std::basic_string`-like string in plain C
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.
System Verilog using Functional Verification
This repository contains the solutions of DSA Sheets by Arsh Goyal (45 Days Plan) and others frequently asked questions in C++.
A repository for my ongoing preparation for Software Engineering Interviews.
Happy HacktoberFest 2025 :octocat:
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.
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.
This Repository contains all concepts and questions I practiced to sharpen my knowledge in Data Structures and Algorithms. Language used is C++
Solutions to the most commonly asked interview problems for aspiring software developers. Questions are hand-picked from a mix of platforms like Leetcode, Hackerrank, GFG etc.
Cracking-the-Coding-Interview C++ Solutions
Holla! This repository contains LeetCode questions solved in Java.
Explore the realm of low-level programming with this TASM (Turbo Assembler) project in the DOSBox environment. This project delves into various essential assembly language tasks, including string and word counting, merging arrays, and summing arrays, both in signed and unsigned formats. Additionally, it demonstrates the use of stacks for efficient
Repository destined to exercises and project about java and your applications
This repo contains all the important questions asked in the coding interview
A2SV's competitive programming tracks.
It is a QUIZ Application which contains C and Java based MCQ’s, Learning resources with Timer and navigation proctoring facility. Login and Registration, User based Test summary Report are features using Firebase Database and Firebase authentication.
Repository for the "SCC0222 - Introduction to Computer Science: Laboratory Practice I" course offered for undergraduates at ICMC - USP, by professor Leonardo Tortoro.
This repository contains programs in the C++ programming language related to Object Oriented programming.
Modern concepts ,examples ,notes
Contains some of the basic java programs for beginners..HAVE FUN !!!
Solutions to the curated list of 75 technical INTERVIEW questions on Blind using Python
This book is about the fundamentals of data structures. It covers all the primitive and non-primitive data structures like arrays, stacks, queues, linked lists, trees, graphs with their algorithms and suitable example to understand it in easy and understandable way.
Java programs are frequently asked in the interview. These programs can be asked from control statements, array, string, oops etc. Java basic programs like fibonacci series, prime numbers, factorial numbers and palindrome numbers are frequently asked in the interviews and exams. All these programs are given with the maximum examples and output.
This repository contains my LeetCode solutions, categorized by difficulty, with optimized code and regular updates. Track progress, improve skills, and contribute!
Welcome to Basic Coding Challenges! This is designed for individuals who want to test and improve their fundamental Coding Skills.
these are my first codes that i liked to create using C
This repository contains my Java code examples and concepts that I am currently learning. It serves as a repository for my personal progress and a reference for anyone interested in Java development.
practice-tasks that covers all basics of php and how to work with json data in php
This repository contains all my practiced DSA Questions using Java.
Java based fundamental concepts, data structures, and algorithms to solve coding problems effectively, with a focus on interview preparation.
This repository contains my Python solutions to LeetCode problems. I'm on a journey to improve my problem-solving skills and explore different approaches using Python. The code strives for clarity, efficiency, and readability, with comments explaining the logic behind each solution.