Git Product home page Git Product logo

Comments (27)

whitehawk0910 avatar whitehawk0910 commented on August 23, 2024 2

I am uploading Dijkstra's algorithm in the repo

from java-dsa-interviewprep.

charlie8658 avatar charlie8658 commented on August 23, 2024 1

i have raised a PR for it. #16

from java-dsa-interviewprep.

Saifullah00 avatar Saifullah00 commented on August 23, 2024 1

#18
Can I upload Top interview problems on String (as a folder) as there is no such folder on String problems.
And in real interview I came across such problems.

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024 1

Can I upload Top interview problems on String (as a folder) as there is no such folder on String problems. And in real interview I came across such problems.

@Saifullah00 sure, go ahead :)

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024 1

Thats also my question, what rules this repo is n0t following..?

from java-dsa-interviewprep.

SAURABHTIWARIVBSPU avatar SAURABHTIWARIVBSPU commented on August 23, 2024

Hello sir, I hope you are doing well. Sir please share a problem in issue section . here is no problem please guide me back

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

Hi @saurabh, you can contribute to codes by adding new algo or correcting existing algo by adding description or comments to them, if interested in no-code contribution then edit readme page of this repo.

If anything else is there on your mind, feel free to discuss.

from java-dsa-interviewprep.

SAURABHTIWARIVBSPU avatar SAURABHTIWARIVBSPU commented on August 23, 2024

.

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

Don't paste code here , discuss what u want to implement or change then raise a PR on 1st oct

from java-dsa-interviewprep.

charlie8658 avatar charlie8658 commented on August 23, 2024

public class Main { public static void main(String[] args) { String originalStr = "Hello"; String reversedStr = ""; System.out.println("Original string: " + originalStr);

for (int i = 0; i < originalStr.length(); i++) {
  reversedStr = originalStr.charpublic class Main {

public static void main(String[] args) { String originalStr = "Hello"; String reversedStr = ""; System.out.println("Original string: " + originalStr);

for (int i = 0; i < originalStr.length(); i++) {
  reversedStr = originalStr.charAt(i) + reversedStr;
}

System.out.println("Reversed string: "+ reversedStr);

} }

@SAURABHTIWARIVBSPU why pasting code here, just discuss what you want to implement and we will be happy to help you.

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

@whitehawk0910 if you are interested then can you take up issue #14 ???

from java-dsa-interviewprep.

whitehawk0910 avatar whitehawk0910 commented on August 23, 2024

@whitehawk0910 if you are interested then can you take up issue #14 ???

ya I will do it.

from java-dsa-interviewprep.

nancy-singh10 avatar nancy-singh10 commented on August 23, 2024

hey
plz assign me this issue under hacktoberfest2023
thanks

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

@nancy-singh10 which issue??? As all issues are assigned.

from java-dsa-interviewprep.

madm234 avatar madm234 commented on August 23, 2024

Can I add important graph algorithms like:

  1. Kahn's algo(BFS), DFS for Topological Sort
  2. Prim's algo, Kruskal's algo for MST
  3. Dijkistra's algo(already added), Bellman Ford and Floyd Warshall algo for shortest path.
    properly inside the Graph folder. Just a suggestion from my side.

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

@madm234 sure..go ahead.

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

Well.. as you wish, but better raise a issue first, so that others can also look into it and then raise PR.

from java-dsa-interviewprep.

avinashkrishna07 avatar avinashkrishna07 commented on August 23, 2024

Hii @rohan472000 I'm interested in contributing to no code PR i.e in README.md file. Can I directly make a pull request or will you assign this issue to me ?
Thank you!

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

@avinashkrishna07 make a PR..

from java-dsa-interviewprep.

YogitaDose avatar YogitaDose commented on August 23, 2024

I am interested in contributing Prim's algo, Kruskal's algo for MST

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

I am interested in contributing Prim's algo, Kruskal's algo for MST

Go ahead and raise PR.

from java-dsa-interviewprep.

ArcheR1901 avatar ArcheR1901 commented on August 23, 2024

please assign me this issue. I have some codes that can help people coming new to java

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

please assign me this issue. I have some codes that can help people coming new to java

Kindly go ahead and raise PR.

from java-dsa-interviewprep.

madm234 avatar madm234 commented on August 23, 2024

@rohan472000 Why you have still put the hactoberfest labels. Your repo has already been excluded from hactoberfest. I got this msg after 2 days of merging pr.

Screenshot_2023-10-08-15-23-50-951_com android chrome

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

yeah I seen that yesterday, this repo is following all guidelines for hacktoberfest, I'm not sure why it is excluded, is it because someone have reported because I have closed many PRs due to lack of meaning in them.

from java-dsa-interviewprep.

madm234 avatar madm234 commented on August 23, 2024

Full message it is showing
IMG_20231008_152955

from java-dsa-interviewprep.

rohan472000 avatar rohan472000 commented on August 23, 2024

Closing for above reasons, already raised PRs will be reviewed and merged.

from java-dsa-interviewprep.

Related Issues (18)

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.