Giter VIP home page Giter VIP logo

tomriddle77 / hacktober22 Goto Github PK

View Code? Open in Web Editor NEW
69.0 1.0 169.0 45 KB

Hacktoberfest22 project and codes. This repo is about hacktoberfest 2022 and if you wanna make your first PR to be accepted then please contribute here.

License: MIT License

Python 66.66% C++ 16.75% Java 10.02% JavaScript 6.56%
hacktoberfest hacktoberfest-accepted hactoberfest2022 beginner-friendly beginner-project hacktoberfest-starter

hacktober22's Introduction

Hi there ๐Ÿ‘‹

hacktober22's People

Contributors

adityamandage avatar amulya77 avatar driftmaniacc avatar its-puneet avatar krinish291 avatar maglionaire avatar neha-mundase20 avatar nikhilcode12 avatar pranay202 avatar pritika163 avatar sanbuilds avatar shreyap05 avatar swoyam2609 avatar tomriddle77 avatar vd152 avatar

Stargazers

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

Watchers

 avatar

hacktober22's Issues

Creating AVL Tree program in Python.

AVL Tree can be defined as height balanced binary search tree in which each node is associated with a balance factor which is calculated by subtracting the height of its right sub-tree from that of its left sub-tree.

Missing Sorting Algorithms in C++ Algos Directory

Many of the popular sorting algorithms are currently unavailable in the directory. These include:

  • Bubble Sort
  • Recursive approach of Bubble Sort
  • Recursive approach of Insertion Sort
  • Counting Sort
  • Merge Sort
  • Iterative approach of Merge Sort
  • Quick Sort
  • Radix Sort
  • Selection Sort
  • Shell Sort

Add C++ Data Structures

I would like to contribute some data structures like linked lists, stacks, and queues in C++. Please add a "C++ Data Structures" folder and assign me this issue.
Regards,
Sanskriti

C++ Searching Algorithm

Searching Algorithms in C++

Pending uploads of codes of Searching Algorithms in the C++ directory

Added Gradient descent algorithm

Gradient Descent is an optimization algorithm used for minimizing the cost function in various machine learning algorithms. It is basically used for updating the parameters of the learning model.

Add beginner friendly python codes #2

To get your PR accepted please provide a proper description to the code and also Update the Contibuter.md .

You can also create your own issue and link your PR , Once I will review it and if valid I will accept it

Creating Dijkstra's Algorithm in python

Dijkstra's algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. Adding this in python folder

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.