Skip to content
Closed

Java #6203

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 1 addition & 45 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,46 +1,2 @@
/gradle/wrapper/gradle-wrapper.properties

##----------Android----------
*.apk
*.ap_
*.dex
*.class
bin/
gen/
build/
out/

# Ignoring Gradle build artifacts and project files
##----------Gradle----------
.gradle/
gradle-app.setting
!gradle-wrapper.jar
build/

# Ignoring Maven build artifacts and project files
##----------Maven----------
*.classpath
*.project
*.settings
/target/
local.properties

# Ignoring IntelliJ IDEA project files and configurations
##----------IDEA----------
*.iml
.idea/
*.ipr
*.iws

# Ignoring Android Studio Navigation editor temporary files
.navigation/

# Ignoring common system and editor-generated files
##----------Other----------
*~
.DS_Store
gradle.properties
.vscode
*.log

/infer-out/
temp/
26 changes: 6 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# The Algorithms - Java

[![Build](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/TheAlgorithms/Java/graph/badge.svg?token=XAdPyqTIqR)](https://codecov.io/gh/TheAlgorithms/Java)
[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)


You can run and edit the algorithms, or contribute to them using Gitpod.io (a free online development environment) with a single click.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)

### All algorithms are implemented in Java (for educational purposes)
These implementations are intended for learning purposes. As such, they may be less efficient than the Java standard library.

## Contribution Guidelines
Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute to this project.

## Algorithms
Our [directory](DIRECTORY.md) has the full list of applications.
# FEE Project Title
## Description of the FEE Project
This FEE Project does XYZ...
## Steps to run FEE Project
1. Install dependencies
2. Run the main script
1 change: 1 addition & 0 deletions contribution.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Vansh Aneja - Add a dark mode toggle for better UX