Harsh Raj

Results 172 issues of Harsh Raj

### Description Write a TypeScript program to print numbers from n to 1 ``` Input : 5 Output : 5 4 3 2 1 ``` How to contribute - Save...

good first issue
TypeScript

## Changes proposed - Better OG images ## Why While sharing `LinkFree` links on Discord or Twitter, I noticed that the LinkFree OG can be improved. I have some prior...

đŸ’ģ aspect: code
✨ goal: improvement
large

#### ℹī¸ Repository information Issues page: https://github.com/codinasion/codinasion/issues **The repository has**: - [x] At least three issues with the `good first issue` label. - [x] At least 10 contributors. - [x]...

### Description Write a program to find the adjoint of a matrix The adjoint of a square matrix A is the transpose of the matrix of cofactors of A. The...

auto-track
program

### Description Write a program to find the cofactor of a matrix The cofactor of an element aij of a square matrix A is the determinant of the minor of...

auto-track
program

### Discussed in https://github.com/orgs/codinasion/discussions/5640 Originally posted by **harshraj8843** April 10, 2024 Hey folks 😀 We need a new website for https://codinasion.org Anyone interested in contributing, please discuss here 👇đŸģ ##...

feature request
good first issue
help wanted
triage
JavaScript
TypeScript
website

### Description Write a program to find the eigenvectors of a matrix The eigenvalues and eigenvectors of a linear transformation are the values and vectors that determine the transformation. The...

auto-track
program

### Description Write a program to print numbers from n to 1 without using a loop ``` Input : 5 Output : 5 4 3 2 1 ``` ### Tracking...

auto-track
program

### Description Write a program to find the determinant of a matrix The determinant of a square matrix is a scalar value that can be computed from the elements of...

auto-track
program

### Description Write a Julia program to find the average of all numbers in an array ``` Input : [1, 2, 3, 4, 5] Output : 3 ``` How to...

good first issue
help wanted
Julia
program