Swayam Patil
Swayam Patil
I would like to propose adding a history feature to the existing calculator project. The history feature will allow users to view and recall their past calculations, improving convenience and...
This code checks if a given number is likely to be a prime using the Miller-Rabin primality test, which is a probabilistic algorithm. The algorithm chooses a random number and...
Hi everyone, I've made some updates to the code in this pull request to enhance the `make_button` and `make_checkbutton` functions by using `ttk` from `tkinter`. These changes improve the appearance...
Given an array of points where points[i] = [xi, yi] represents a point on the X-Y plane, return the maximum number of points that lie on the same straight line....
This code takes an array of integers as input and returns an array of the number of elements in the array that are smaller than each element from the input...
### ML-Crate Repository (Proposing new issue) :red_circle: **Project Title** : Asthma Disease Detection Using Deep Learning :red_circle: **Aim** : Develop a robust model to detect asthma using deep learning techniques,...