arrays-and-strings

There are 136 repositories under arrays-and-strings topic.

  • riti2409/Resources-for-preparation-Of-Placements

    Lecture video links for preparation of Placements

  • anujvaghani0/DSA-Java

    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.

    Language:Java13002
  • Artityagi123456789/-100dasofSystemVerilog

    System Verilog using Functional Verification

    Language:SystemVerilog12101
  • sheefanaaz123/Data-Structures-and-Algorithm-ARSH-GOYAL-45-

    This repository contains the solutions of DSA Sheets by Arsh Goyal (45 Days Plan) and others frequently asked questions in C++.

  • kalpak92/TechInterview2020

    A repository for my ongoing preparation for Software Engineering Interviews.

    Language:Java8112
  • tejas-2232/Algorithmic_javascript

    Happy HacktoberFest 2023 :octocat:

    Language:JavaScript82536
  • Sid-0602/DataStrucuresAndAlgorithms---Beginner-to-Advaced

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

    Language:C++7100
  • Erikote04/Music-Player

    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.

    Language:JavaScript6105
  • dishanp/Algorithms-For-Software-Developers

    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.

    Language:C++51015
  • KidiIT/Cyber-security-payroll-table-on--two-dimensional--array-with-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.

    Language:JavaScript5000
  • MeghnaS21/LeetCode

    Leetcode solutions in C++ for coding interviews.

    Language:C++5103
  • pmbhatiya/Cracking-the-Coding-Interview-Cpp

    Cracking-the-Coding-Interview C++ Solutions

    Language:C++5100
  • harshita0802goswami/Leetcode

    Holla! This repository contains LeetCode questions solved in Java.

  • M-Ammar1112/x86-Assembly

    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

    Language:Assembly4101
  • rafaelmoura23/JAVA-DEVTarde

    Repository destined to exercises and project about java and your applications

    Language:Java4100
  • Vishnu-Murti-Pandey/DSA-GFG-LEETCODE

    This repo contains all the important questions asked in the coding interview

    Language:Java4100
  • ffekirnew/a2sv-competitive-programming

    A2SV's competitive programming tracks.

    Language:Python3100
  • gowthamrajk/quiz-corner

    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.

    Language:HTML320
  • lucasvianav/c-intro-exercises

    Repository for the "SCC0222 - Introduction to Computer Science: Laboratory Practice I" course offered for undergraduates at ICMC - USP, by professor Leonardo Tortoro.

    Language:C3100
  • Object-oriented-programming-with-c-plus-plus

    madhurimarawat/Object-oriented-programming-with-c-plus-plus

    This repository contains programs in the C++ programming language related to Object Oriented programming.

    Language:C++3100
  • muhibarshad/Modern-Js-Concepts-Deeply

    Modern concepts ,examples ,notes

    Language:JavaScript3100
  • santhosh-programmer/Basic-Java-Programs

    Contains some of the basic java programs for beginners..HAVE FUN !!!

    Language:Java3100
  • Shikha-code36/Blind75-Leetcode-Solutions-Python

    Solutions to the curated list of 75 technical INTERVIEW questions on Blind using Python

    Language:Python3100
  • Starbirth/C

    C programs, File handling

    Language:C3100
  • vishwasraval/Data-Structure-Handbook

    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.

  • aamna-ansari/LeetCode

    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.

    Language:Python200
  • AjaySureshPatil/Java-Ajay-Programs

    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.

    Language:Java2201
  • AloysJehwin/LeetCode

    This repository contains my LeetCode solutions, categorized by difficulty, with optimized code and regular updates. Track progress, improve skills, and contribute!

    Language:Java2
  • BKS2315/PracticeDSA

    Practice Questions of DSA

    Language:Java2100
  • gabrielmbrum/first_C_codes

    these are my first codes that i liked to create using C

    Language:C2100
  • giribabu22/hangman-javascript

    hang-man game Javascript in array's i love to work with arrays in JavaScript

    Language:JavaScript210
  • Mus1ak/Java100days

    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.

    Language:Java2100
  • osamaayub/php-practice-tasks

    practice-tasks that covers all basics of php and how to work with json data in php

    Language:PHP2
  • Pabitra-33/Hands_On_Java_DSA

    This repository contains all my practiced DSA Questions using Java.

    Language:Java2
  • Pabitra-33/C---Tasks

    This repository contains a collection of C++ practice programs, covering fundamental concepts.

    Language:C++110
  • Sahil-113/DSA-Practice-Questions

    This repository contains a curated collection of Data Structures and Algorithms (DSA) practice questions with detailed solutions. It is designed to help students and professionals improve their problem-solving skills for coding interviews, competitive programming, and technical assessments. The solutions are written in Python, and C++ with OOPs...