Ecosyste.ms: Timeline

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

ajay-dhangar/algo

ajay-dhangar closed a pull request on ajay-dhangar/algo
Deleting All Occurrences of a Key in a DLL
## 📥 Pull Request ### Description This PR adds comprehensive documentation to explain the functionality of deleting all occurrences of a specified key in a Doubly Linked List (DLL). Fixes #1...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

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

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 opened an issue on ajay-dhangar/algo
Meta Binary Search
### Issue Summary Meta Binary Search, also known as "Bitwise Binary Search" or "Optimized Binary Search," is an optimized version of the traditional binary search that involves using bitwise opera...
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, @PradeepFSTdhane123! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

PradeepFSTdhane123 opened a pull request on ajay-dhangar/algo
java problem solve palindrome added.
## 📥 Pull Request ### Description java palindroem promblem issue solve. Fixes #1035 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-...
PradeepFSTdhane123 created a comment on a pull request on ajay-dhangar/algo
@ajay-dhangar solve the conflict kindely merge it

View on GitHub

PradeepFSTdhane123 closed a pull request on ajay-dhangar/algo
java well know problem -Palindrome number and string.
## 📥 Pull Request ### Description palindrome problem string and number added. Fixes # 805 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...
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, @smog-root! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

smog-root opened a pull request on ajay-dhangar/algo
Github actions for more connectivity!
Closes #1088 1. Auto comment on issue **Closed** and **Opened** 2. Auto comment on **PR mergs** 3. Auto comment on **PR raises** Using this workflows makes you'r repo more interactive ! @a...
ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature Request] Random Forest Algorithm
## 🚀 Feature Request ### Is your feature request related to a problem? Please describe. I want to add Random Forest Algorithm. It is used to learn about the different decision trees that can fo...
ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Create Extra_Trees.md 751c56c
  • Merge pull request #1108 from inkerton/Two Create Extra_Trees.md dfdfdaa

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Create Extra_Trees.md
## 📥 Pull Request ### Description The Extra Trees Algorithm (Extremely Randomized Trees) is an ensemble learning technique similar to Random Forest, but with added randomness in the way splits ...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Bug]: "$" Symbol Included When Copying Commands
### Bug Summary "$" Symbol Included When Copying Commands ### Bug Description When users attempt to copy commands from the documentation (such as npm install, npm start, etc.), the `$` symbol is...
ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Fix typo in README.md 02b5ee6
  • Merge pull request #1093 from akash70629/readme Fix: Exclude "$" Symbol When Copying Commands 01e4755

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Fix: Exclude "$" Symbol When Copying Commands
## 📥 Pull Request ### Description This PR resolves the issue where the "$" symbol is included when copying commands from the documentation, causing terminal errors. # Bug Fix: Modified comm...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Idea]: Add Longest Repeating Character Replacement Problem
### Idea Title Longest Repeating Character Replacement ### Idea Description i want to add Longest Repeating Character Replacement problem under the sliding window section of the repo. ### Poten...
ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Add longest repeating character add6952
  • Merge pull request #1066 from haseebzaki-07/new_branch_13 Add longest repeating character Replacement 88d6155

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Add longest repeating character Replacement
## 📥 Pull Request ### Description This PR adds longest repeating character Replacement problem in the sliding window section of the project. Fixes #1016 ### Type of change - [ ] Bug fix...
ajay-dhangar pushed 18 commits to main ajay-dhangar/algo
  • Add files via upload 39435e6
  • Delete 75 LeetCode Questions/Arrays&Strings/New Text Document.txt dba85a8
  • Add files via upload a132ef1
  • Add files via upload 0ce0477
  • Create 1. Merge Strings Alternately.md f57486c
  • Delete docs/75 LeetCode Questions/Arrays&Strings/New Text Document.txt 2f92383
  • Create 2. Greatest Common Divisor of Strings.md f414f7a
  • Create 3. Kids With the Greatest Number of Candies.md 0d4a856
  • Merge branch 'ajay-dhangar:main' into main d567fa4
  • update contributors list in README 8eea050
  • Update 1. Merge Strings Alternately.md dfcd0f7
  • update contributors list in README c4710df
  • Update 2. Greatest Common Divisor of Strings.md 59260e7
  • update contributors list in README ddd31b1
  • Update 3. Kids With the Greatest Number of Candies.md b13074c
  • update contributors list in README 993b74b
  • Merge branch 'main' into main cf08713
  • Merge pull request #927 from aditiverma-21/main LeetCode 75 Qs in cpp 14afc4e

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
LeetCode 75 Qs in cpp
## 📥 Pull Request ### Description I have added the md files to this new PR Fixes #453
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Fixes #125: Added A Built-in Functions Page Part-1 in Javascript for a quick revision
## 📥 Pull Request ### Description I have Added A Page for Learning Built-in Functions in JS used in real-time coding Interviews. These concepts are very essential for succeeding a javascript co...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
You need create new branch with ne PR and add code for only `docs/languages/javascript/ex-10.md`

View on GitHub

Load more