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, @inkerton! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

inkerton opened a pull request on ajay-dhangar/algo
Create Autoencoders.md
## πŸ“₯ Pull Request ### Description Autoencoders are a type of artificial neural network used to learn efficient representations of data in an unsupervised manner. Their goal is to map input data...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @yashksaini-coder! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

yashksaini-coder created a comment on an issue on ajay-dhangar/algo
@ajay-dhangar can you review this issue & assign it to me

View on GitHub

yashksaini-coder opened an issue on ajay-dhangar/algo
[Idea]: Interactive HTML based Decision tree
### Idea Title Decision tree algo ### Idea Description I proposed an algorithm for the Decision tree machine learning model. The main approach is to create either a Sankey or Tree node template....
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @AE-Hertz! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

AE-Hertz created a comment on an issue on ajay-dhangar/algo
/assignme

View on GitHub

AE-Hertz opened an issue on ajay-dhangar/algo
feat: add a horizontal progress bar on top.
add a horizontal progress bar to show the user how much they has scrolled and how much content is left. I am expecting a level 2 label and , assign me this under gssoc-ext and hacktoberfest la...
akash70629 created a comment on a pull request on ajay-dhangar/algo
@ajay-dhangar Please review and merge the code.

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
Hidden Markov Models (HMM)
### 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...
ajay-dhangar closed an issue on ajay-dhangar/algo
Singular Value Decomposition (SVD) Algorithm
### 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...
KapuluruBhuvaneswariVspdbct created a comment on a pull request on ajay-dhangar/algo
@ajay-dhangar sir please merge this pr

View on GitHub

Riyachauhan11 starred ajay-dhangar/algo
Kunj05 forked ajay-dhangar/algo

Kunj05/algo

ADITHYA-NS forked ajay-dhangar/algo

ADITHYA-NS/algo

Riyachauhan11 closed an issue on ajay-dhangar/algo
[Feature]: make dark theme work better in top DSA Interview Questions section
### Feature Name add dark theme compatibility ### Feature Description I would like to update the styling of topics and their answered displayed when dark theme is turned on as currently the answ...
harshbhardwaj000 closed a pull request on ajay-dhangar/algo
Add 3D-Array to the Repo.
## πŸ“₯ Pull Request ### Description as this repository work to collect information of different different algos so as a contributor i suppose to add 3D-array to the repository. Fixes #907 ...
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 comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @ADITHYA-NS! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @ADITHYA-NS! Thank you for opening your first issue on the Algo project. We're excited to help you out and appreciate your contribution. Please provide as much detail as possible to assist us ...

View on GitHub

ADITHYA-NS opened 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...
github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @Aditijainnn! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

Aditijainnn opened a pull request on ajay-dhangar/algo
Egyptian Fraction
## πŸ“₯ Pull Request ### Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required f...
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, @Aditijainnn! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

ADITHYA-NS starred ajay-dhangar/algo
Aditijainnn opened an issue on ajay-dhangar/algo
Egyptian Fraction
### Idea Title Egyptian Fraction ### Idea Description Egyptian fractions express any fraction as a sum of distinct unit fractions . It's important in number theory and ancient mathematics for un...
Aditijainnn opened an issue on ajay-dhangar/algo
Manacher’s Algorithm
### Idea Title Manacher’s Algorithm ### Idea Description Manacher's Algorithm is an efficient way to find the longest palindromic substring in a given string in linear time ### Potential Bene...
Aditijainnn closed an issue on ajay-dhangar/algo
Kruskal's and Prim's Algorithm
### Idea Title Kruskal's and Prim's Algorithm ### Idea Description Kruskal's and Prim's algorithms are important for finding the Minimum Spanning Tree (MST) in a graph, optimizing network design...
Load more