Giter Site home page Giter Site logo

sigma3labs / dsa_library Goto Github PK

View Code? Open in Web Editor NEW
15.0 0.0 73.0 833 KB

Repository for Hacktoberfest 2023

License: MIT License

Java 59.04% C++ 32.48% Python 4.18% JavaScript 4.30%
hacktoberfest hacktoberfest-2023 dsa open-source hactoberfest2023 java javascript cpp python good-first-issue

dsa_library's Introduction

HactoberFest2023

logo

Rules:

  • Share DSA Code
  • Language JavaScript Java C++ Python.
  • The file name must be relevant to the question.
  • Have fun Please read our CONTRIBUTING.md to get started.

Merge Policy:

We will merge all pull requests as quickly as possible.
Happy coding ✌✌

dsa_library's People

Contributors

ankushtripathii avatar arjungupta01 avatar astha369 avatar debadyuti-karmakar avatar harshhgithub avatar harshitvijaykumar avatar himanshugitcode avatar hrithikpurwar avatar lucy2512 avatar manmohak07 avatar rajdeep-ghosh avatar raksha703 avatar ronbil avatar ruban117 avatar saniya-an avatar soumidas212003 avatar sunil8wale avatar tishachhabra avatar tusharkumar19701 avatar vrajpatelgithub avatar zobiya-jumani21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dsa_library's Issues

Reversing the words in a string

We can add a Python code to reverse the words in a string within the "dsa" folder of this repository. This can be a valuable addition for those studying data structures and algorithms, as understanding string manipulation is crucial in algorithm development.

Delete given node in a Linked List

Write a function to delete a node in a singly-linked list. You will not be given access to the head of the list instead, you will be given access to the node to be deleted directly. It is guaranteed that the node to be deleted is not a tail node in the list.

Add Selection Sort Algorithm

Add Code & explanation in -
1 . C++
2. JAVA
3. JavaScript
4. Python
Please ⭐ the repo if you like (optional).

Reverse a Linked List

Given the head of a singly linked list, write a program to reverse the linked list, and return the head pointer to the reversed list.

Merge 2 BST

Please assign me this issue under hacktoberfest2023

feat: Intersection of Two Arrays Program

The purpose of the program is to find and store the common elements between two vectors, arr and brr, and then print those common elements in the ans vector.

In other words, the program finds and prints the elements that are present in both arr and brr.

Merge two sorted Linked Lists

Given two singly linked lists that are sorted in increasing order of node values, merge two sorted linked lists and return them as a sorted list. The list should be made by splicing together the nodes of the first two lists.

Add Bubble Sort

Wanted to add Bubble sort algorithm in C++, Java, Python, JavaScript. Please make this issue under hacktoberfest.

Add Quick Sort Algorithm

Add Code & explanation in -
1 . C++
2. JAVA
3. JavaScript
4. Python
Please ⭐ the repo if you like (optional).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.