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 an issue on ajay-dhangar/algo
t-SNE Dimensionality Reduction 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...
ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Create t-SNE_Dimensionality_Reduction.md 2c7a6e7
  • Merge pull request #1228 from inkerton/Three Create t-SNE_Dimensionality_Reduction.md 1111965

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Create t-SNE_Dimensionality_Reduction.md
## 📥 Pull Request ### Description t-SNE (t-distributed Stochastic Neighbor Embedding) is a non-linear dimensionality reduction technique commonly used for the visualization of high-dimensional ...
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
Docs/Hashing/.md is not a good file name. Can you write a better name?

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
Time Series Forecasting Algorithms
### 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 pushed 2 commits to main ajay-dhangar/algo
  • Create Time_Series_Forecasting_Algo.md e8e04c1
  • Merge pull request #1233 from inkerton/five Create Time_Series_Forecasting_Algo.md 832957d

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Create Time_Series_Forecasting_Algo.md
## 📥 Pull Request ### Description Time Series Forecasting is a technique used to predict future values based on previously observed time-ordered data. Time series data are sequences of data poi...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Create Statistical_Anomaly_Detection.md b7103f6
  • Merge pull request #1232 from inkerton/Four Create Statistical_Anomaly_Detection.md 68bf8f0

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
Statistical Anomaly Detection
### 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 a pull request on ajay-dhangar/algo
Create Statistical_Anomaly_Detection.md
## 📥 Pull Request ### Description Statistical Anomaly Detection refers to methods used to detect data points, events, or observations that deviate significantly from the norm, based on statisti...
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
[Feature]: Improvement in Index.tsx of Contributors page
## 📥 Pull Request ### Description This pull request includes updates to the `README.md` file to add new contributors and modify existing entries, as well as improvements to the `Contributors` c...
ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Add SQL Joins documentation b9a03ff
  • Merge pull request #1241 from Kunj05/sql-joins-docs Add SQL Joins documentation e98a501

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
Add Documentation for SQL Joins
### Idea Title Add Documentation for SQL Joins ### Idea Description The current documentation for SQL joins lacks comprehensive examples and explanations for each type of join (INNER, LEFT, RIGH...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Add SQL Joins documentation
## 📥 Pull Request ### Description This pull request adds documentation for SQL Joins, outlining the different types of joins available in SQL (INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN)....
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

github-actions[bot] created a comment on an issue on ajay-dhangar/algo
👋 Hi @Shreya7tripathy! 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 @Shreya7tripathy! 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 assis...

View on GitHub

Shreya7tripathy opened an issue on ajay-dhangar/algo
[Feature]: Add DSA Array Questions (Easy, Medium, Hard)
### Feature Name Add DSA Array Questions (Easy, Medium, Hard) ### Feature Description This feature will add 9 array-based DSA questions to the arrays folder which will be located in algo/java f...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Leetcode 75 Array -String contains duplicate question added.
## 📥 Pull Request ### Description Leetcode 75 Array -String contains duplicate question added. Fixes #  #1196 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue...
ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • Create reverse-bits.md 62f0b7f
  • Merge pull request #1199 from kjl98/main Create reverse-bits.md e89eb90

View on GitHub

ajay-dhangar closed 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...
ajay-dhangar closed 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. The Reverse Bits problem asks you to reve...
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
[Feature]: add JavaScript solution for Optimizing Disaster Relief Supply Packing
### Feature Name Optimizing Disaster Relief Supply Packing knapsack 0/1 ### Feature Description JavaScript solution will add diversity and help users/learners to gain knowledge. ### Mot...
ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • feat: Js solution for knapsack 4ba6957
  • Merge pull request #1197 from AE-Hertz/branch10 feat: Js solution for knapsack 6a42713

View on GitHub

ajay-dhangar closed 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...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

Load more