Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ajay-dhangar/algo

github-actions[bot] created a comment on a pull request on ajay-dhangar/algo
### ⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀 🔗 Site: [Algo](https://github.com/ajay-dhangar/algo) | [Live Site](https://ajay-dhangar.github.io/algo/) | URL 🌐 | Performance | Acces...

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
🎉 Great job, @kjl98! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

kjl98 opened a pull request on ajay-dhangar/algo
Create reverse-bits.md
## 📥 Pull Request ### Description I've added the detailed description about reverse Bits problem. And I used java for implement the problem into code. Fixes #1198 ### Type of change -...
Shantnu-singh created a comment on an issue on ajay-dhangar/algo
already there in the repo.

View on GitHub

Shantnu-singh closed an issue on ajay-dhangar/algo
Adding Naive Bayes in Machine Learning Docs
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/ajay-dhangar/algo/blob/main/CONTRIBUTING.md). ### Description...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
👋 Hi @kjl98! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

kjl98 opened an issue on ajay-dhangar/algo
[Feature]: Want to extend the DSA-Problem-solution section
### Feature Name Add reverse bits problem ### Feature Description The Reverse Bits problem asks you to reverse the bits of a given 32-bit unsigned integer. Essentially, you need to flip the bina...
AE-Hertz closed a pull request on ajay-dhangar/algo
fix: Fractional_Knapsack
## 📥 Pull Request ### Description fix fractional knapsack code issue Fixes #1155 ### Type of change - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-br...
github-actions[bot] created a comment on a pull request on ajay-dhangar/algo
### ⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀 🔗 Site: [Algo](https://github.com/ajay-dhangar/algo) | [Live Site](https://ajay-dhangar.github.io/algo/) | URL 🌐 | Performance | Acces...

View on GitHub

AE-Hertz created a comment on a pull request on ajay-dhangar/algo
@ajay-dhangar MR conflict resolved for PR no. #1154

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
🎉 Great job, @AE-Hertz! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

AE-Hertz opened a pull request on ajay-dhangar/algo
feat: Js solution for knapsack
## 📥 Pull Request ### Description added Javascript solution for Optimizing Disaster Relief Supply Packing knapsack 0/1 Fixes #1047 ### Type of change - [ ] Bug fix (non-breaking chang...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
👋 Hi @PradeepFSTdhane123! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

PradeepFSTdhane123 created a comment on an issue on ajay-dhangar/algo
@ajay-dhangar "I would love the opportunity to contribute and work on this project. Could you please assign the issue to me? I'm eager to dive in and make a meaningful impact. Thank you for consid...

View on GitHub

PradeepFSTdhane123 opened an issue on ajay-dhangar/algo
75 Leetcode questions -Contains duplicate Questions.
### Issue Summary Adding 75 leetcode question-contains dupicate. ### Issue Description Here Question is -Given an integer array nums, return true if any value appears at least twice in the array...
AE-Hertz closed a pull request on ajay-dhangar/algo
feat: js implementation for knapsack 0/1
## 📥 Pull Request ### Description added Javascript solution for Optimizing Disaster Relief Supply Packing knapsack 0/1 Fixes #1047 ### Type of change - [ ] Bug fix (non-breaking chang...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update your `description` in few words like readable for SEO

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update your `description` in few words like readable for SEO

View on GitHub

github-actions[bot] pushed 1 commit to main ajay-dhangar/algo
  • update contributors list in README 12d1dc3

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature]: i want to add new algo name binary search
### Feature Name binary search ### Feature Description binary search add this in cpp ### Motivation i feel that i will do this better from prev one ### Implementation Suggestions (Optional)...
ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Create binary.md ef1e911
  • Merge pull request #1191 from nishant4500/patch-6 Create binary.md 29c50d8

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Create binary.md
## 📥 Pull Request ### Description ADD CPP code of binary search Fixes #1190 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breakin...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

github-actions[bot] pushed 1 commit to main ajay-dhangar/algo
  • update contributors list in README 2c64424

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Idea]: Add python implementation of Linear and Binary Search
### Idea Title Python implementation of Linear and Binary Search ### Idea Description The searching algorithms section currently provides only C++ implementations of Linear and Binary Search. In...
ajay-dhangar pushed 4 commits to main ajay-dhangar/algo
  • Added Python implementation of Linear Search 3d12a19
  • Added Python implementation of Linear Search 3590159
  • Added Python implementation of Binary Search d65fe62
  • Merge pull request #1193 from ADITHYA-NS/algorithm Added Python implementation of Linear Search and Binary Search 287b53a

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Added Python implementation of Linear Search and Binary Search
## 📥 Pull Request ### Description Added the python code implementation of Linear and Binary Search. Fixes #1133 ### Type of change - [ ] Bug fix (non-breaking change which fixes an iss...
ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Added notes f24cb0d
  • Merge pull request #1192 from AnanteshG/notes Added notes a3b1946

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Idea]: Add notes of all Programming languages
### Idea Title Add notes of all Programming languages ### Idea Description I have Printed notes of all the important languages :- - C - C++ - Python - JavaScript - Git - Java - Go - HTM...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Added notes
## 📥 Pull Request ### Description Added 14 different programming languages notes. Fixes #1080 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New fe...
Load more