Skip to content
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

Add:Exploring Linked lists #104

Closed
wants to merge 4 commits into from
Closed

Add:Exploring Linked lists #104

wants to merge 4 commits into from

Conversation

krishna16sharma
Copy link

@krishna16sharma krishna16sharma commented Oct 11, 2023

Title Of Blog Post :

Short Description of what is expected : This blog post aims to provide a beginner-friendly introduction to linked lists, covering singly linked lists, doubly linked lists, and circular linked lists. It will explain their structure, operations, and real-world applications, making it easy for new programmers to understand and implement these data structures.

Category : Programming, Data Structures, Algorithms

Tags : Linked Lists, Singly Linked Lists, Doubly Linked Lists, Circular Linked Lists

Checklist

  • Added Image For banner
  • Markdown file in the _posts directory following the naming convention
  • Include Front Matter at the beginning of your Markdown file with metadata
  • Testing Locally. This is very Important.

**This Pull request closes #85 **

@netlify
Copy link

netlify bot commented Oct 11, 2023

Deploy Preview for ornate-kitten-adcce5 ready!

Name Link
🔨 Latest commit 1ed9b97
🔍 Latest deploy log https://app.netlify.com/sites/ornate-kitten-adcce5/deploys/65341937e222a4000753aba3
😎 Deploy Preview https://deploy-preview-104--ornate-kitten-adcce5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@krishna16sharma krishna16sharma changed the title Linked lists Add:Exploring Linked lists Oct 11, 2023
@holygrimm
Copy link
Contributor

Hello @krishna16sharma , Your PR is appreciated. There was bit of problem with the blog config so can you just do git pull in your local and create PR.

@krishna16sharma krishna16sharma closed this by deleting the head repository Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exploring Linked Lists: A Beginner's Guide
2 participants