codinasion-archive / codinasion-dsa

An open source codebase for sharing programming solutions for Data Structures and Algorithm (DSA) problems
https://codinasion.vercel.app/dsa/
MIT License
5 stars 31 forks source link

Suggest new programme !!! #62

Open harshraj8843 opened 2 years ago

harshraj8843 commented 2 years ago

Description

You can ask/suggest any Data Structure and Algorithms programme here.

Issues for these programmes will be created in bulk for different programming languages.

Please suggest a programme by commenting using the template :-

- [ ] Title of programme

For example :-

Issues for the programmes you suggest will be created as soon as possible

Thanks 💖

Darren-R commented 2 years ago

I would suggest the basic sorting algorithms for different programming languages;

Happy to action for python & C#

harshraj8843 commented 2 years ago

I would suggest the basic sorting algorithms for different programming languages;

  • [x] Write a programme for Bubble sort
  • [x] Write a programme for Selection sort
  • [x] Write a programme for Merge sort
  • [x] Write a programme for Insertion sort

Happy to action for python & C#

Issues will be created soon 👍🏻

sou127 commented 2 years ago

Hey, I would like to suggest adding leetcode blind 75 questions with solutions in different languages.

Would be happy to contribute to it!

harshraj8843 commented 2 years ago

Hey, I would like to suggest adding leetcode blind 75 questions with solutions in different languages.

Would be happy to contribute to it!

Nice collection 😍


But I am a little curious about copyrights thing

@codinasion/codinasion-dsa @codinasion/codinasion-programme

Anyone has any idea, if Leetcode questions copyrighted ?

victoriacheng15 commented 2 years ago

Not sure, and I have seen Neetcode site that do leetcode questions. The site includes the links to leetcode questions (these free ones) and solutions are on GitHub.

Neetcode Leetcode term

harshraj8843 commented 2 years ago

"Content" means all software, communications, images, sounds, and material perceived or made available from the > > > Applications. Unless otherwise specified in writing, all of our content is owned, controlled, or licensed by us. Content means all software, images, questions, solutions, or any material associated with the service and website. All content is copyrighted under United States copyright laws and/or similar laws of other jurisdictions, protecting it from unauthorized use.

We can not use the questions directly, but we may be able to modify it

sou127 commented 2 years ago

Not sure, and I have seen Neetcode site that do leetcode questions. The site includes the links to leetcode questions (these free ones) and solutions are on GitHub.

Neetcode Leetcode term

@victoriacheng15 thanks for the Neetcode site! its wonderful!

sou127 commented 2 years ago

"Content" means all software, communications, images, sounds, and material perceived or made available from the > > > Applications. Unless otherwise specified in writing, all of our content is owned, controlled, or licensed by us. Content means all software, images, questions, solutions, or any material associated with the service and website. All content is copyrighted under United States copyright laws and/or similar laws of other jurisdictions, protecting it from unauthorized use.

We can not use the questions directly, but we may be able to modify it

@harshraj8843 do you think it would be okay to post solutions to these questions on codinasion?

harshraj8843 commented 2 years ago

@harshraj8843 do you think it would be okay to post solutions to these questions on codinasion?

There is no issue with solutions.

The only thing to notice is that we can not use questions and solutions directly from the leetcode site

Ashad001 commented 2 years ago