{"id":205,"date":"2022-09-19T19:40:02","date_gmt":"2022-09-19T19:40:02","guid":{"rendered":"https:\/\/balujalabs.in\/blog_new\/?p=205"},"modified":"2022-10-10T06:36:33","modified_gmt":"2022-10-10T06:36:33","slug":"course-of-data-structure","status":"publish","type":"post","link":"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/","title":{"rendered":"Course of Data Structure"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"> Balujalabs also called Baluja Institute of Technology &amp; Management since 1997.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"> Balujalabs.in provides course of data structure to the student to prepare them for job in any field as- Tech lead, Java developer, Blockchain developer etc. their you will get good internship and job to the field of data structure.<\/p>\n\n\n\n<p class=\"has-cyan-bluish-gray-background-color has-background wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#280bed\" class=\"has-inline-color\"><strong>COURSE  DETAILS<\/strong>:-<\/mark><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Course Duration &#8211; 3months<\/strong><\/p>\n\n\n\n<p class=\"has-vivid-red-color has-text-color wp-block-paragraph\"><strong><em>Data Structure Syllabus<\/em><\/strong><\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\"><li><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\"><strong>Introduction<\/strong><\/mark><br>Definition<br>Classification of Data Structures<br>Description of Various Data Structures 1.4.1 Arrays<br>Lists<br>Stack<br>Queues<br>Trees<br>Graph<br>C++ Memory Map<br>Memory Allocations in C++<br>Free Store<br>Memory Allocation Operators<br>New<br>Delete<br>Memory Leaks<br>Algorithms<br>Performance Analysis &amp; Measurement<br>Space Complexity<br>Time Complexity<br>Big OH Notation<br>Categories of Algorithms<br>Limitation of OH Notation<\/li><li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Recursion- A Breath Breaker<\/mark><\/strong><br>Introduction<br>Types of Recursion<br>Storage Classes<br>Automatic Storage Class<br>Register Storage Class<br>Storage Class<br>Static Storage Class<br>Recursion Essentials<br>Disadvantages of Recursion<br>Simple Recursive Program<br>Tower of Hanoi<br>Recursion vs Iterations<\/li><li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Arrays<\/mark><\/strong><br>Introduction<br>One-dimensional Arrays<br>Initializing One-dimensional Array<br>Accessing One- dimensional Array Elements<br>Implementation of One-dimensional Array in Memory<br>Passing Arrays to Function<br>Insertion in One-dimensional Array<br>Deleting an Element form One-dimensional Array<br>Traversing of Array<br>Merging Two Arrays<br>Combining All Together<br>Multi-dimensional Arrays<br>Initialization of Multidimensional Arrays<br>Accessing Two-dimensional Arrays Elements<br>Implementation of Two-dimensional Array<br>Row- Major Implementation<br>Column Major Implementation<br>Pointer and Array<br>Pointer and One-dimensional Array<br>Pointer and Multidimensional Arrays<br>Array of Pointer<br>Arrays of Structures<br>Arrays within the Structure<br>Sparse Matrix<br>Limitation of Linear Arrays<\/li><li><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\"><strong>Stacks<\/strong><\/mark><br>Introduction<br>Stack Implementation<br>Operations on Stack<br>Stack Terminology<br>Algorithms for Push and Pop<br>Implementing Stacks Using Pointers<br>Applications of Stacks<br>Stack Frames<br>Reversing a String<br>Calculation of Postfix Expression<br>A Notation Conversions<br>Algorithm for Converting Infix Expression to Postfix form<br>Algorithm to Evaluate a Postfix Expression<\/li><li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Queues<\/mark><\/strong><br>Introduction<br>Queue Implementation<br>Operations on a Queue<br>Algorithms for Insertion and Deletion in Queue(Using Arrays)<br>Algorithm for Addition in a Queue<br>Algorithm for Deletion From a Queue<br>Limitation of Simple Queues<br>Algorithm for Insertion and Deletion in Queue(Using Pointers)<br>Variations in a Queue<br>A Circular Queue<br>Double Ended Queues<br>Priority Queues<\/li><\/ol>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol start=\"6\" class=\"has-black-color has-white-background-color has-text-color has-background wp-block-list\"><li><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\"><strong>Linked Lists<\/strong><\/mark><br>Introduction<br>Linked Lists<br>Advantages<br>Disadvantages<br>Key Terms<br>Representation of Linear Linked List<br>Operation on Linked List<br>Type of Linked List<br>Singly Linked List<br>Inserting Nodes<br>Deleting Nodes<br>Circular Linked List<br>Inserting A Node at the Beginning<br>Deleting A Node from the End<br>The Josephus Problem<br>Doubly Doubly Linked List<br>Inserting A Node at the Beginning and the End<br>Deleting A Node the Beginning  and the End<br>Circular Doubly Linked List<br>Creation Of Circular Doubly Linked List<br>Inserting a Node at The Beginning  and the End<br>Deleting a Node from the Beginning  and the End<\/li><li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Trees<\/mark><\/strong><br>Introduction<br>Tree Terminology<br>Binary Tree<br>Strictly Binary Tree<br>Complete Binary Tree<br>Extended Binary Tree<br>Binary Tree Representation<br>Array Representation of Binary Trees<br>Linked List Representation of Binary Tree<br>Creation of on Binary Trees<br>Operations on Binary Trees<br>Traversal of a Binary Tree<br>Inorder \/ Postorder\/ C Preorder Traversal<br>Technique of Conversion of an Expression into Binary Tree<br>Binary Search Trees<br>Insertion of Nodes<br>Binary Searching for Node<br>Deletion a Node<br>Threaded Binary Trees<br>Height Balanced Trees<br>B-Tree Insertion<br>B-Tree Deletion<\/li><li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Sorting and Searching<\/mark><\/strong><br>Introduction<br>Sorting Array<br>Bubble Sorting<br>Selection Sorting<br>Insertion\/Quick\/ Bucket or Radix \/Heap  Sort<br>Heap as a Priority Queue<br>Sorting Using a Heap<br>Heapsort Procedure<br>Efficiency of Heap Sort<br>Shell Sort<br>Searching of Array Element<br>Linear or Sequential Searching<br>Binary Searching<br>Hashing<br>Resolving Hash Clashes by Open Addressing<\/li><li><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\"><strong>Graphs<\/strong><\/mark><br>Introduction<br>Defining Graph<br>Basic Terminology<br>Graph Representation<br>Adjacency Matrix<br>Adjacency List Representation<br>Multi-list Representation<br>Graph Traversal<br>Breadth-First Traversal<br>Depth First Traversal<br>Shortest Path Problem<br>Warshall&#8217;s Algorithm<br>Floyd&#8217;s Algorithm<br>Dijkstra&#8217;s Algorithm<br>Minimal Spanning Tree<br>Kruskal&#8217;s Algorithm<br>Prim&#8217;s algorithm<br>Hamiltonian Paths<\/li><li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Files<\/mark><\/strong><br>Introduction<br>Terminology<br>File Organisation<br>File Operations<br>Creation\/Reading\/Insertion\/Deletion of File<br>Sequential Files<br><\/li><\/ol>\n<\/div>\n<\/div>\n\n\n\n<p class=\"has-text-color wp-block-paragraph\" style=\"color:#0712f2\"><strong>For  more details contact us :-<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>9015596280, 9313565406, 9212129290<\/strong> <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Balujalabs also called Baluja Institute of Technology &amp; Management since 1997. Balujalabs.in provides course of data structure to the student to prepare them for job in any field as- Tech lead, Java developer, Blockchain developer etc. their you will get good internship and job to the field of data structure. COURSE DETAILS:- Course Duration &#8211;&#8230;<\/p>\n<p class=\"more-link-wrap\"><a href=\"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/\" class=\"more-link\">Read More<span class=\"screen-reader-text\"> &ldquo;Course of Data Structure&rdquo;<\/span> &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[80,81,82],"tags":[90,86,91,83,84,85,88,87,89],"class_list":["post-205","post","type-post","status-publish","format-standard","hentry","category-course-of-data-structure","category-data-structure","category-data-structure-in-balujalabs","tag-3-months","tag-balujalabs-institute","tag-balujalabs-institute-provide-courses","tag-course-of-data-structure","tag-data-structure","tag-data-structure-in-balujalabs","tag-data-structure-practice","tag-ds","tag-three-months-duration"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Course of Data Structure<\/title>\n<meta name=\"description\" content=\"Course of Data Structure- Balujalabs.in provides Course of Data Structure to the student to prepare them for job in any field as- Tech lead, Java developer, Blockchain developer and their you will get good internship and job to the field of data structure.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Course of Data Structure\" \/>\n<meta name=\"twitter:description\" content=\"Course of Data Structure- Balujalabs.in provides Course of Data Structure to the student to prepare them for job in any field as- Tech lead, Java developer, Blockchain developer and their you will get good internship and job to the field of data structure.\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"balujadmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/\"},\"author\":{\"name\":\"balujadmin\",\"@id\":\"https:\/\/balujalabs.in\/blog_new\/#\/schema\/person\/a092331b169ec005f6fa3d5fd012ad3f\"},\"headline\":\"Course of Data Structure\",\"datePublished\":\"2022-09-19T19:40:02+00:00\",\"dateModified\":\"2022-10-10T06:36:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/\"},\"wordCount\":479,\"publisher\":{\"@id\":\"https:\/\/balujalabs.in\/blog_new\/#organization\"},\"keywords\":[\"3 months\",\"Balujalabs Institute\",\"Balujalabs institute Provide Courses\",\"Course of Data Structure\",\"Data Structure\",\"Data Structure in Balujalabs\",\"Data Structure Practice\",\"DS\",\"three Months Duration\"],\"articleSection\":[\"Course Of Data Structure\",\"Data Structure\",\"Data Structure in Balujalabs\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/\",\"url\":\"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/\",\"name\":\"Course of Data Structure\",\"isPartOf\":{\"@id\":\"https:\/\/balujalabs.in\/blog_new\/#website\"},\"datePublished\":\"2022-09-19T19:40:02+00:00\",\"dateModified\":\"2022-10-10T06:36:33+00:00\",\"description\":\"Course of Data Structure- Balujalabs.in provides Course of Data Structure to the student to prepare them for job in any field as- Tech lead, Java developer, Blockchain developer and their you will get good internship and job to the field of data structure.\",\"breadcrumb\":{\"@id\":\"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/balujalabs.in\/blog_new\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Course of Data Structure\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/balujalabs.in\/blog_new\/#website\",\"url\":\"https:\/\/balujalabs.in\/blog_new\/\",\"name\":\"BALULA INSTITUTE OF TECHNOLOGY AND MANAGEMENT\",\"description\":\"PATH FOR SUCCESS\",\"publisher\":{\"@id\":\"https:\/\/balujalabs.in\/blog_new\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/balujalabs.in\/blog_new\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/balujalabs.in\/blog_new\/#organization\",\"name\":\"BALULA INSTITUTE OF TECHNOLOGY AND MANAGEMENT\",\"url\":\"https:\/\/balujalabs.in\/blog_new\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/balujalabs.in\/blog_new\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/balujalabs.in\/blog_new\/wp-content\/uploads\/2022\/09\/cropped-cropped-cropped-cropped-baluja-institute-logo-1.jpg\",\"contentUrl\":\"https:\/\/balujalabs.in\/blog_new\/wp-content\/uploads\/2022\/09\/cropped-cropped-cropped-cropped-baluja-institute-logo-1.jpg\",\"width\":119,\"height\":119,\"caption\":\"BALULA INSTITUTE OF TECHNOLOGY AND MANAGEMENT\"},\"image\":{\"@id\":\"https:\/\/balujalabs.in\/blog_new\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/projecthelpline.in\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/balujalabs.in\/blog_new\/#\/schema\/person\/a092331b169ec005f6fa3d5fd012ad3f\",\"name\":\"balujadmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/balujalabs.in\/blog_new\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/39bf6709222462fd9fd3f656d8e025d6903e340f677bcabeaaacadc05ce79dd9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/39bf6709222462fd9fd3f656d8e025d6903e340f677bcabeaaacadc05ce79dd9?s=96&d=mm&r=g\",\"caption\":\"balujadmin\"},\"sameAs\":[\"https:\/\/balujalabs.in\/blog_new\"],\"url\":\"https:\/\/balujalabs.in\/blog_new\/author\/balujadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Course of Data Structure","description":"Course of Data Structure- Balujalabs.in provides Course of Data Structure to the student to prepare them for job in any field as- Tech lead, Java developer, Blockchain developer and their you will get good internship and job to the field of data structure.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/","twitter_card":"summary_large_image","twitter_title":"Course of Data Structure","twitter_description":"Course of Data Structure- Balujalabs.in provides Course of Data Structure to the student to prepare them for job in any field as- Tech lead, Java developer, Blockchain developer and their you will get good internship and job to the field of data structure.","twitter_misc":{"Written by":"balujadmin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/#article","isPartOf":{"@id":"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/"},"author":{"name":"balujadmin","@id":"https:\/\/balujalabs.in\/blog_new\/#\/schema\/person\/a092331b169ec005f6fa3d5fd012ad3f"},"headline":"Course of Data Structure","datePublished":"2022-09-19T19:40:02+00:00","dateModified":"2022-10-10T06:36:33+00:00","mainEntityOfPage":{"@id":"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/"},"wordCount":479,"publisher":{"@id":"https:\/\/balujalabs.in\/blog_new\/#organization"},"keywords":["3 months","Balujalabs Institute","Balujalabs institute Provide Courses","Course of Data Structure","Data Structure","Data Structure in Balujalabs","Data Structure Practice","DS","three Months Duration"],"articleSection":["Course Of Data Structure","Data Structure","Data Structure in Balujalabs"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/","url":"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/","name":"Course of Data Structure","isPartOf":{"@id":"https:\/\/balujalabs.in\/blog_new\/#website"},"datePublished":"2022-09-19T19:40:02+00:00","dateModified":"2022-10-10T06:36:33+00:00","description":"Course of Data Structure- Balujalabs.in provides Course of Data Structure to the student to prepare them for job in any field as- Tech lead, Java developer, Blockchain developer and their you will get good internship and job to the field of data structure.","breadcrumb":{"@id":"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/balujalabs.in\/blog_new\/course-of-data-structure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/balujalabs.in\/blog_new\/"},{"@type":"ListItem","position":2,"name":"Course of Data Structure"}]},{"@type":"WebSite","@id":"https:\/\/balujalabs.in\/blog_new\/#website","url":"https:\/\/balujalabs.in\/blog_new\/","name":"BALULA INSTITUTE OF TECHNOLOGY AND MANAGEMENT","description":"PATH FOR SUCCESS","publisher":{"@id":"https:\/\/balujalabs.in\/blog_new\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/balujalabs.in\/blog_new\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/balujalabs.in\/blog_new\/#organization","name":"BALULA INSTITUTE OF TECHNOLOGY AND MANAGEMENT","url":"https:\/\/balujalabs.in\/blog_new\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/balujalabs.in\/blog_new\/#\/schema\/logo\/image\/","url":"https:\/\/balujalabs.in\/blog_new\/wp-content\/uploads\/2022\/09\/cropped-cropped-cropped-cropped-baluja-institute-logo-1.jpg","contentUrl":"https:\/\/balujalabs.in\/blog_new\/wp-content\/uploads\/2022\/09\/cropped-cropped-cropped-cropped-baluja-institute-logo-1.jpg","width":119,"height":119,"caption":"BALULA INSTITUTE OF TECHNOLOGY AND MANAGEMENT"},"image":{"@id":"https:\/\/balujalabs.in\/blog_new\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/projecthelpline.in\/"]},{"@type":"Person","@id":"https:\/\/balujalabs.in\/blog_new\/#\/schema\/person\/a092331b169ec005f6fa3d5fd012ad3f","name":"balujadmin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/balujalabs.in\/blog_new\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/39bf6709222462fd9fd3f656d8e025d6903e340f677bcabeaaacadc05ce79dd9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/39bf6709222462fd9fd3f656d8e025d6903e340f677bcabeaaacadc05ce79dd9?s=96&d=mm&r=g","caption":"balujadmin"},"sameAs":["https:\/\/balujalabs.in\/blog_new"],"url":"https:\/\/balujalabs.in\/blog_new\/author\/balujadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/balujalabs.in\/blog_new\/wp-json\/wp\/v2\/posts\/205","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/balujalabs.in\/blog_new\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/balujalabs.in\/blog_new\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/balujalabs.in\/blog_new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/balujalabs.in\/blog_new\/wp-json\/wp\/v2\/comments?post=205"}],"version-history":[{"count":6,"href":"https:\/\/balujalabs.in\/blog_new\/wp-json\/wp\/v2\/posts\/205\/revisions"}],"predecessor-version":[{"id":291,"href":"https:\/\/balujalabs.in\/blog_new\/wp-json\/wp\/v2\/posts\/205\/revisions\/291"}],"wp:attachment":[{"href":"https:\/\/balujalabs.in\/blog_new\/wp-json\/wp\/v2\/media?parent=205"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/balujalabs.in\/blog_new\/wp-json\/wp\/v2\/categories?post=205"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/balujalabs.in\/blog_new\/wp-json\/wp\/v2\/tags?post=205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}