https://github.com/nvinayvarma189/camp-collections-java
camp-collections-java
https://github.com/nvinayvarma189/camp-collections-java
Last synced: 6 months ago
JSON representation
camp-collections-java
- Host: GitHub
- URL: https://github.com/nvinayvarma189/camp-collections-java
- Owner: nvinayvarma189
- License: mit
- Created: 2020-08-13T07:42:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T05:26:19.000Z (about 5 years ago)
- Last Synced: 2025-02-08T06:12:17.391Z (8 months ago)
- Language: Java
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collections Exercise
## Intention
This program intends to remove strings containing 'oggy' from a list of strings.
Because I don't like cockroaches.
## Method
If 'oggy' is a sub string of any string in array, then remove it.