Code Monkey home page Code Monkey logo

hacktoberfest-java's Introduction

- This repo is longer accepting pull requests as Hacktoberfest 2022 has come to an end. 
+ Thanks for your contribution.

Welcome to Hacktoberfest-Java

Description

A repository on GitHub to encourage and include novice contributors to open source projects.

alt hacktoberfest-banner

Pre-requisite

Java

Features

Beginner-friendly Offers mentorship to other contributors

Refer CONTRIBUTING.md before sending a PR.

Create your profile for Hacktoberfest here.

Contributors

Lista de contribuidores

hacktoberfest-java's People

Contributors

18ayushi avatar 808code avatar adityakumar9341 avatar advik786 avatar amisha1210g avatar amisha911 avatar amisharani avatar ananya02sharma avatar arorasukhmani avatar bagariaraj23 avatar bhoogarv18 avatar bikrampun avatar bimalrajgyawali avatar dhruvpatidar359 avatar gandhi25samar avatar garvit999 avatar garvpatidar04 avatar iamamitkumar0512 avatar kirna789 avatar malitthh avatar nbchand avatar palavenkireddy avatar rajeshsgr avatar rameshbaral avatar snehapandit230 avatar syedahmed334 avatar whyanujjwhy avatar xomadev avatar yadnyesh-dashpute avatar yuvika-nagar avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

hacktoberfest-java's Issues

Create a Map using Factory Method

Map can be created using static factory method of in the following way:

Map.of(k1, v1, k2, v2) where k1, k2 are keys and v1, v2 are corresponding values.

Add a program to create a map using this method.

Some of the sorting methods are missing

Some of the sorting technique implementations in java are not present in the repository.
We can include:

  • Iterative Merge Sort
  • Iterative Quick Sort
  • TimSort
  • Comb Sort
  • Pigeonhole Sort
  • Cycle Sort
  • Cocktail Sort
  • Strand Sort

Reading from a file

Write a program in Java to read a text file line by line using java.io package

Adding algorithms Folder

Hey, i want to add an algorithms folder in which we can contribute with the source codes of some famous algorithms like Dijkstra's algorithm, FLoyd-Warshall's algorithm, Hamiltonian cycles, Prims and kruskal's algorithm, etc.
This way we can create a separate collection of all the algorithms.

Writing to a file

We need to add a program to read a text file using java.io package

Enhance README

It would be nice if any enhancements can be made to README.

Singleton Design Pattern

Add an example showing Singleton Design Pattern. The code should be placed inside org.example.designpatterns.singleton package.

Class and Objects

Write a program to create a sample class of your choice and create its objects.

Add LinkedList implementation Folder

Hey @BimalRajGyawali I would like to add linkedList implementation with some of the basic operations and some advanced like detecting a cycle in linked list, palindrome, remove nth node from end. So please assign me this issue and add the hacktoberfest label.

Add stack and queue implementation folder

Hey @BimalRajGyawali I would like to add stack and queue implementation with some of the basic operations and implementation of these data structures with the help of arrays and LinkedList. So please assign me this issue and add the hacktoberfest label.

Recursion in Java

Hey @BimalRajGyawali I would like to add some Basic and advance codes about implementation of recursion. Please assign me this issue and add the hacktoberfest label.

Implement OOPS concept in Java

This issue will contribute to the basic Oops code which people can refer to keep as an oops refresher!
Looking forward for you to assign this me

hard leetcode solutions

I can do hard questions of leetcode such as
1 median of two sorted array
2 Trapping rain water
3 word ladder
4 count smaller number after self
5 poor pigs
etc.

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.