Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Merging New to Main with Enhnaced readme #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Atharvkote merged 6 commits into main from New
Jun 10, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
Atharvkote authored Jun 10, 2024
commit 78b51bd9c1493ba711bfc21058d3e8260feea517
31 changes: 6 additions & 25 deletions README.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -83,31 +83,6 @@ git clone https://github.com/your-username/data-structures-algorithms.git
- Navigate to the Python directory (coming soon).


## Usage

### Running Java Implementations

```sh
cd java
javac YourClass.java
java YourClass
```

### Running C Implementations

```sh
cd c
gcc your_program.c -o your_program
./your_program
```

### Running Python Implementations (Coming Soon)

```sh
cd python
python your_script.py
```

### Java Directory Structure

```js
Expand Down Expand Up @@ -254,6 +229,12 @@ cd c/linkedlists
gcc singly_linked_list.c -o singly_linked_list
./singly_linked_list
```
#### Python (Coming Soon)

```sh
cd python
python your_script.py
```

## Examples and Demos

Expand Down

AltStyle によって変換されたページ (->オリジナル) /