{"id":2483,"date":"2024-03-01T20:54:08","date_gmt":"2024-03-01T17:24:08","guid":{"rendered":"https:\/\/dgding.com\/en\/?p=2483"},"modified":"2024-04-04T12:58:00","modified_gmt":"2024-04-04T09:28:00","slug":"what-is-algorithm-and-flowchart","status":"publish","type":"post","link":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/","title":{"rendered":"What is algorithm and flowchart?"},"content":{"rendered":"<p>All of us, even those who have never programmed, know that computers and computer systems need a program to do anything.\u00a0But programming doesn&#8217;t usually start with writing a program.\u00a0<strong>Before writing the program ,<\/strong>\u00a0it is necessary to define step by step what the program should do, which is\u00a0called step by step operation definition,\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Algorithm#Design\">algorithm\u00a0design<\/a> .<\/p>\n<p>It can be said that those who know how to code, convert the algorithm into an executable program in computers.<\/p>\n<p>Although all programmers are familiar with algorithm writing, and many algorithm experts know a little bit of programming;\u00a0But at the specialized level, these two skills are far from each other.\u00a0That is, algorithm designers get help from programmers to implement their algorithms, and programmers go to experts in this field to design or improve their algorithms.<\/p>\n<p>Those who work in organizational environments can understand\u00a0<strong>the concept of algorithm<\/strong>\u00a0to a great extent by imagining business operational processes .<\/p>\n<p>The process that a letter or document goes through from reaching the secretariat to classification, review, reference, action, and archiving is considered an algorithm in the mental model of programmers, with successive steps and with a clear definition and clear priority and delay starting from a starting point. and they end at some point and may be repeated tens, hundreds and thousands of times.<\/p>\n<p>Students can probably understand and imagine the concept of algorithm well by reviewing the steps of multiplying two ten-digit numbers.<\/p>\n<h2>Algorithm concept<\/h2>\n<p>To better explain the concept of the algorithm, it is better to divide it into two parts &#8221;\u00a0<strong>pattern<\/strong>\u00a0&#8221; and &#8221;\u00a0<strong>rhythm<\/strong>\u00a0&#8221; and examine them separately.<\/p>\n<p><strong>The pattern<\/strong>\u00a0is the\u00a0<strong>model<\/strong>\u00a0, and the model is a form of the reality of the phenomena that is formed in the mind, and for detailed analysis, we take them out of the abstract state by putting them on paper or drawing them in software.<\/p>\n<p><strong>Rhythm<\/strong>\u00a0is the same\u00a0<a href=\"https:\/\/dgding.com\/en\/what-is-the-process\/\">process<\/a>\u00a0and the process is a set of regular steps to achieve and create a positive and specific output.<\/p>\n<p>In simpler terms, in fact, to design and implement an algorithm, we need to build a model, which is realized in the form of a process.\u00a0So it can be said that algorithms are process-oriented models for establishing order.<\/p>\n<p>Many of our personal tasks have specific algorithms and predetermined routines.\u00a0Sometimes, we unknowingly choose and use a certain algorithm.<\/p>\n<p>But when the scale of activities and problems become larger, we feel the need for algorithms more than ever.<\/p>\n<p>If you decide to stand next to four or five of your friends in order of height for a commemorative photo, you will probably be running an algorithm without consciously paying attention.\u00a0But if a line of a hundred students is to be arranged in order of height, here we all feel that the algorithm should be defined clearly and precisely.\u00a0We can even compare and classify several different algorithms for this purpose based on specific criteria.<\/p>\n<p>If you are not familiar with the algorithm and its concept before, it might be a good idea to think a little about sorting the students in order of height and how you would do it if it were you.<\/p>\n<p>In order to experience the complexities of algorithm design even in this simple example, you can consider the following two cases separately:<\/p>\n<ul>\n<li>You want this done as quickly as possible.<\/li>\n<li>You want the total distance students travel for this sort to be short.<\/li>\n<\/ul>\n<p>In fact, between two different algorithms, you prefer the option that makes students less active overall.<\/p>\n<h2>The importance of the algorithm<\/h2>\n<p>Algorithm writing helps to determine the requirements of the problem and then analyze the problem.\u00a0After analyzing the problem, it is time to design the algorithm, and finally\u00a0<strong>the algorithm<\/strong>\u00a0is implemented\u00a0in the form of\u00a0a <a href=\"https:\/\/www.google.com\/url?sa=t&amp;source=web&amp;rct=j&amp;opi=89978449&amp;url=https:\/\/asq.org\/quality-resources\/flowchart&amp;ved=2ahUKEwj4wqLRnqiFAxXyVKQEHeubA6gQFnoECBQQAw&amp;usg=AOvVaw2vcbYVor5AxfYLKR0rvSwO\">flowchart<\/a> and programming begins based on the specified operations.<\/p>\n<p>In flowchart design, a geometric shape is used for each type of command.\u00a0For example, an ellipse is used to start and end, and a parallelogram is used to display input and output data.<\/p>\n<p>But in general, the algorithm becomes important for people other than programmers when they can get used to designing an algorithm with the mental model of a programmer for every decision they make or to solve every problem they face in life. Define some actions in order to solve a problem in life and then assign a number to each action and implement them in order.\u00a0Using this mental model method helps people to make\u00a0<a href=\"https:\/\/dgding.com\/en\/the-right-decision\/\">decisions<\/a>\u00a0or solve problems more easily and quickly and enjoy its benefits.<\/p>\n<h2><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2954 size-full\" src=\"https:\/\/dgding.com\/wp-content\/uploads\/2024\/02\/Algorithm-ding-blog-002.webp\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" srcset=\"https:\/\/dgding.com\/wp-content\/uploads\/2024\/02\/Algorithm-ding-blog-002.webp 750w, https:\/\/dgding.com\/wp-content\/uploads\/2024\/02\/Algorithm-ding-blog-002-300x156.webp 300w, https:\/\/dgding.com\/wp-content\/uploads\/2024\/02\/Algorithm-ding-blog-002-600x313.webp 600w\" alt=\"The importance of the algorithm\" width=\"750\" height=\"391\" \/><\/h2>\n<h2>Algorithm display<\/h2>\n<p>Sometimes simple algorithms can be described step by step with few numbers.\u00a0But when algorithms become more complex,\u00a0<a href=\"https:\/\/asq.org\/quality-resources\/flowchart#:~:text=A%20flowchart%20is%20a%20picture,process%2C%20or%20a%20project%20plan.\">flowcharts<\/a>\u00a0are\u00a0<strong>used<\/strong>\u00a0to display them.<\/p>\n<p>Keep in mind that flowcharts are one of the well-known tools for displaying the structure of algorithms.<\/p>\n<p>Naturally, those who are interested in programming sometimes use programming codes and symbolic programs to show the algorithm.<\/p>\n<p>Symbolic programs are not written to run in a specific programming language, but\u00a0are familiar and understandable to those who know\u00a0<a href=\"https:\/\/dgding.com\/en\">programming<\/a> .<br \/>\nHere you can see a few lines of a generic program or a symbolic program to display an algorithm:<\/p>\n<p><strong>M and N as Integer Variable<\/strong><br \/>\n<strong>Get N from User<\/strong><br \/>\n<strong>Loop For M from 1 to 100<\/strong><br \/>\n<strong>If Division N &lt; 10 Then N = Log (N)<\/strong><br \/>\n<strong>Loop M Closed<\/strong><\/p>\n<h2>Common algorithms<\/h2>\n<p>Algorithm training usually starts with sorting algorithms called Sorting.<\/p>\n<p>The example that was mentioned at the beginning of this article to sort students according to height was of the same type.<\/p>\n<p>But the world of technology has put a lot of algorithms around us that we usually use their results without paying attention to them.<\/p>\n<p>For example, the algorithms used in\u00a0<a href=\"https:\/\/dgding.com\/en\/what-is-a-search-engine\/\">search engines<\/a>\u00a0to find the best answers for users&#8217; questions, or in a more general form, the recommender algorithms that we constantly use in many software, including\u00a0<a href=\"https:\/\/dgding.com\/en\/what-is-a-social-network\/\">social networks<\/a>\u00a0and digital retail stores such as Amazon and DigiKala, or That they use us.<\/p>\n<p>Of course, encryption algorithms that try to increase the security of information exchange in communication networks or information compression algorithms that reduce the amount of data as much as possible are also considered to be in this category.<\/p>\n<p>It is obvious that the subject of algorithm is a specialized knowledge, a corner of which can be devoted to the professional program of an expert&#8217;s entire life.<\/p>\n<p>So, everything mentioned here was very basic points just to make the concept clearer for you.<\/p>\n<p>In the end, if you are familiar with the discussion of algorithms, we would be happy to share with us other points that come to your mind.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>All of us, even those who have never programmed, know that computers and computer systems need a program to do anything.\u00a0But programming doesn&#8217;t usually start with writing a program.\u00a0Before writing the program ,\u00a0it is necessary to define step by step what the program should do, which is\u00a0called step by step operation definition,\u00a0algorithm\u00a0design . It can&#8230;<\/p>\n","protected":false},"author":1,"featured_media":2484,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[826],"tags":[1202,1208,1207,1209,1205,1204,1203,1206],"class_list":["post-2483","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-website-design","tag-algorithm","tag-algorithm-concept","tag-algorithm-design","tag-algorithm-display","tag-algorithm-importance","tag-common-algorithms","tag-flowchart","tag-trends"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.1 (Yoast SEO v23.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is algorithm and flowchart? - Flowchart design<\/title>\n<meta name=\"description\" content=\"To design and implement an algorithm, we need to build a model, which is realized in the form of a process. So it can be said that algorithms\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is algorithm and flowchart?\" \/>\n<meta property=\"og:description\" content=\"To design and implement an algorithm, we need to build a model, which is realized in the form of a process. So it can be said that algorithms\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/\" \/>\n<meta property=\"og:site_name\" content=\"DiGi Ding\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dgdingcom\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-01T17:24:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-04T09:28:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dgding.com\/en\/wp-content\/uploads\/2024\/03\/Algorithm-ding-blog-001.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Digi Ding\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dgdingcom\" \/>\n<meta name=\"twitter:site\" content=\"@dgdingcom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Digi Ding\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/\"},\"author\":{\"name\":\"Digi Ding\",\"@id\":\"https:\/\/dgding.com\/en\/#\/schema\/person\/cd3d42e7e4613be219ea14a9b3d3fe86\"},\"headline\":\"What is algorithm and flowchart?\",\"datePublished\":\"2024-03-01T17:24:08+00:00\",\"dateModified\":\"2024-04-04T09:28:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/\"},\"wordCount\":1109,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dgding.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dgding.com\/en\/wp-content\/uploads\/2024\/03\/Algorithm-ding-blog-001.webp\",\"keywords\":[\"Algorithm\",\"Algorithm Concept\",\"Algorithm Design\",\"Algorithm Display\",\"Algorithm Importance\",\"Common Algorithms\",\"Flowchart\",\"Trends\"],\"articleSection\":[\"Website Design\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/\",\"url\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/\",\"name\":\"What is algorithm and flowchart? - Flowchart design\",\"isPartOf\":{\"@id\":\"https:\/\/dgding.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dgding.com\/en\/wp-content\/uploads\/2024\/03\/Algorithm-ding-blog-001.webp\",\"datePublished\":\"2024-03-01T17:24:08+00:00\",\"dateModified\":\"2024-04-04T09:28:00+00:00\",\"description\":\"To design and implement an algorithm, we need to build a model, which is realized in the form of a process. So it can be said that algorithms\",\"breadcrumb\":{\"@id\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#primaryimage\",\"url\":\"https:\/\/dgding.com\/en\/wp-content\/uploads\/2024\/03\/Algorithm-ding-blog-001.webp\",\"contentUrl\":\"https:\/\/dgding.com\/en\/wp-content\/uploads\/2024\/03\/Algorithm-ding-blog-001.webp\",\"width\":768,\"height\":512,\"caption\":\"What is algorithm and flowchart?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dgding.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is algorithm and flowchart?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dgding.com\/en\/#website\",\"url\":\"https:\/\/dgding.com\/en\/\",\"name\":\"DiGi Ding\",\"description\":\"Digi Ding Digital Marketing Agency provides website and application design services, SEO and site optimization, advertising campaign and internet marketing along with interface graphic design and user experience\",\"publisher\":{\"@id\":\"https:\/\/dgding.com\/en\/#organization\"},\"alternateName\":\"DG Ding\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dgding.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dgding.com\/en\/#organization\",\"name\":\"DiGi Ding\",\"alternateName\":\"DG Ding\",\"url\":\"https:\/\/dgding.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dgding.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dgding.com\/en\/wp-content\/uploads\/2022\/06\/logo-ding-999.png\",\"contentUrl\":\"https:\/\/dgding.com\/en\/wp-content\/uploads\/2022\/06\/logo-ding-999.png\",\"width\":601,\"height\":466,\"caption\":\"DiGi Ding\"},\"image\":{\"@id\":\"https:\/\/dgding.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/dgdingcom\",\"https:\/\/x.com\/dgdingcom\",\"https:\/\/www.linkedin.com\/company\/dgdingcom\",\"https:\/\/www.pinterest.com\/dgdingcom\",\"https:\/\/www.instagram.com\/dgdingcom\",\"https:\/\/www.youtube.com\/@dgding\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/dgding.com\/en\/#\/schema\/person\/cd3d42e7e4613be219ea14a9b3d3fe86\",\"name\":\"Digi Ding\",\"sameAs\":[\"https:\/\/dgding.com\/en\"],\"url\":\"https:\/\/dgding.com\/en\/author\/admin-ding\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is algorithm and flowchart? - Flowchart design","description":"To design and implement an algorithm, we need to build a model, which is realized in the form of a process. So it can be said that algorithms","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:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/","og_locale":"en_US","og_type":"article","og_title":"What is algorithm and flowchart?","og_description":"To design and implement an algorithm, we need to build a model, which is realized in the form of a process. So it can be said that algorithms","og_url":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/","og_site_name":"DiGi Ding","article_publisher":"https:\/\/www.facebook.com\/dgdingcom","article_published_time":"2024-03-01T17:24:08+00:00","article_modified_time":"2024-04-04T09:28:00+00:00","og_image":[{"width":768,"height":512,"url":"https:\/\/dgding.com\/en\/wp-content\/uploads\/2024\/03\/Algorithm-ding-blog-001.webp","type":"image\/webp"}],"author":"Digi Ding","twitter_card":"summary_large_image","twitter_creator":"@dgdingcom","twitter_site":"@dgdingcom","twitter_misc":{"Written by":"Digi Ding","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#article","isPartOf":{"@id":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/"},"author":{"name":"Digi Ding","@id":"https:\/\/dgding.com\/en\/#\/schema\/person\/cd3d42e7e4613be219ea14a9b3d3fe86"},"headline":"What is algorithm and flowchart?","datePublished":"2024-03-01T17:24:08+00:00","dateModified":"2024-04-04T09:28:00+00:00","mainEntityOfPage":{"@id":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/"},"wordCount":1109,"commentCount":0,"publisher":{"@id":"https:\/\/dgding.com\/en\/#organization"},"image":{"@id":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#primaryimage"},"thumbnailUrl":"https:\/\/dgding.com\/en\/wp-content\/uploads\/2024\/03\/Algorithm-ding-blog-001.webp","keywords":["Algorithm","Algorithm Concept","Algorithm Design","Algorithm Display","Algorithm Importance","Common Algorithms","Flowchart","Trends"],"articleSection":["Website Design"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/","url":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/","name":"What is algorithm and flowchart? - Flowchart design","isPartOf":{"@id":"https:\/\/dgding.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#primaryimage"},"image":{"@id":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#primaryimage"},"thumbnailUrl":"https:\/\/dgding.com\/en\/wp-content\/uploads\/2024\/03\/Algorithm-ding-blog-001.webp","datePublished":"2024-03-01T17:24:08+00:00","dateModified":"2024-04-04T09:28:00+00:00","description":"To design and implement an algorithm, we need to build a model, which is realized in the form of a process. So it can be said that algorithms","breadcrumb":{"@id":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#primaryimage","url":"https:\/\/dgding.com\/en\/wp-content\/uploads\/2024\/03\/Algorithm-ding-blog-001.webp","contentUrl":"https:\/\/dgding.com\/en\/wp-content\/uploads\/2024\/03\/Algorithm-ding-blog-001.webp","width":768,"height":512,"caption":"What is algorithm and flowchart?"},{"@type":"BreadcrumbList","@id":"https:\/\/dgding.com\/en\/what-is-algorithm-and-flowchart\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dgding.com\/en\/"},{"@type":"ListItem","position":2,"name":"What is algorithm and flowchart?"}]},{"@type":"WebSite","@id":"https:\/\/dgding.com\/en\/#website","url":"https:\/\/dgding.com\/en\/","name":"DiGi Ding","description":"Digi Ding Digital Marketing Agency provides website and application design services, SEO and site optimization, advertising campaign and internet marketing along with interface graphic design and user experience","publisher":{"@id":"https:\/\/dgding.com\/en\/#organization"},"alternateName":"DG Ding","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dgding.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dgding.com\/en\/#organization","name":"DiGi Ding","alternateName":"DG Ding","url":"https:\/\/dgding.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dgding.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/dgding.com\/en\/wp-content\/uploads\/2022\/06\/logo-ding-999.png","contentUrl":"https:\/\/dgding.com\/en\/wp-content\/uploads\/2022\/06\/logo-ding-999.png","width":601,"height":466,"caption":"DiGi Ding"},"image":{"@id":"https:\/\/dgding.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dgdingcom","https:\/\/x.com\/dgdingcom","https:\/\/www.linkedin.com\/company\/dgdingcom","https:\/\/www.pinterest.com\/dgdingcom","https:\/\/www.instagram.com\/dgdingcom","https:\/\/www.youtube.com\/@dgding"]},{"@type":"Person","@id":"https:\/\/dgding.com\/en\/#\/schema\/person\/cd3d42e7e4613be219ea14a9b3d3fe86","name":"Digi Ding","sameAs":["https:\/\/dgding.com\/en"],"url":"https:\/\/dgding.com\/en\/author\/admin-ding\/"}]}},"_links":{"self":[{"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/posts\/2483","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/comments?post=2483"}],"version-history":[{"count":2,"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/posts\/2483\/revisions"}],"predecessor-version":[{"id":2714,"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/posts\/2483\/revisions\/2714"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/media\/2484"}],"wp:attachment":[{"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/media?parent=2483"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/categories?post=2483"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dgding.com\/en\/wp-json\/wp\/v2\/tags?post=2483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}