Code Monkey home page Code Monkey logo

hacktoberfest21's Issues

A Bit more Organized

Everything is Good.
But there is no proper way of accessing any algorithm or code related to a particular language in this repo.
@manisha069 Please assign this task to me

  • Making folder related to each language
  • Shifting the particular file into those folders

Longest increasing subsequence

you are given an array. you just have to find the length of longest subsequence that is increasing using dynamic programming approach using tabulation.

Adding repos

can I contribute to beginner-friendly repo list in readme.md?

Project Excluded

Unfortunately the repository has been listed as Project Excluded, thank you to everyone that took out the time to contribute to this great resource that has only grown in the past few days.

Happy HacktoberFest!

Number of Pairs of Strings With Concatenation Equal to Target

Example:
Input: nums = ["123","4","12","34"], target = "1234", Here nums is a digit string.
Output: 2
Explanation: Valid pairs are:

  • (0, 1): "123" + "4"
  • (2, 3): "12" + "34"
    I want to work on this issue in C++. Can you please assign me under Hacktoberfest 21.

Excluded Project

I made a pull request from this repository and it got accepted.
But now this is showing excluded project.

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.