Skip to content

Murad166/SecCode-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ Java 2D Array Operations This repository contains various Java programs that perform operations on 2D arrays (matrices), including searching, rotating, transposing, and mathematical operations. These programs are useful for understanding matrix manipulation and algorithmic problem-solving in Java.

πŸ“‚ Files Included BoundaryElements.java – Extracts and prints boundary elements of a matrix. DiagonalSum.java – Computes the sum of diagonal elements of a square matrix. MatrixAddition.java – Adds two matrices and returns the result. MatrixMultiplication.java – Multiplies two matrices using matrix multiplication rules. MatrixTranspose.java – Computes the transpose of a given matrix. RotateMatrix.java – Rotates a matrix 90 degrees clockwise. Search.java – Implements search operations within a 2D array. TwoDArrayOperations.java – Performs multiple operations on a 2D array. ZigzagTraversal.java – Traverses a matrix in a zigzag pattern. array.java – General implementation of array-related functions. πŸš€ How to Run Clone this repository: https://github.com/Murad166/SecCode-Java.git

πŸ“Œ Topics Covered βœ… 2D Array Basics βœ… Matrix Operations βœ… Searching & Traversing βœ… Matrix Rotation & Transpose βœ… Java Fundamentals

πŸ“œ License This project is open-source and free to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages