https://github.com/dbc2201/coderelease_singlylinkedlist
https://github.com/dbc2201/coderelease_singlylinkedlist
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbc2201/coderelease_singlylinkedlist
- Owner: dbc2201
- Created: 2019-03-02T07:55:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T09:47:10.000Z (over 7 years ago)
- Last Synced: 2025-02-12T08:39:36.875Z (over 1 year ago)
- Language: Java
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Code Release for Singly Linked List
About the Singly Linked List
1. This Singly Linked List holds single integer data in each node.
2. Since it is a singly linked list, a node can only hold reference to at most one node at a time.
___
### Please feel free to add issues for this project / suggest updates / ask doubts on the Issues tab of this repo.
[Use this link to add a new issue](https://github.com/dbc2201/CodeRelease_SinglyLinkedList/issues/new)
## How to create an issue from code
[code issue](https://help.github.com/en/articles/opening-an-issue-from-code)
## How to clone a project? [Internet Connection Required]
- Step 1 : Follow the link to any repository, for ex -
- https://github.com/dbc2201/CodeRelease_SinglyLinkedList
- Step 2 : Copy the link to clone the repository
- Step 3 : Open IntelliJ IDEA Ultimate
- Step 4 : Select "Check out project from Version Control"
- Step 5 : Paste the clone URL of the repository into IntelliJ
- Now, you only have to press Enter! IntelliJ will load the project for you!