[{"data":1,"prerenderedAt":834},["ShallowReactive",2],{"content-all-\u002Fdata-structure-algorithm\u002Fmath-library\u002Fsummary":3,"related-\u002Fdata-structure-algorithm\u002Fmath-library\u002Fsummary":695,"sidebar-content":808},[4],{"_path":5,"_dir":6,"_draft":7,"_partial":7,"_locale":8,"title":9,"description":10,"tags":11,"date":15,"weight":16,"body":17,"_type":689,"_id":690,"_source":691,"_file":692,"_stem":693,"_extension":694},"\u002Fdata-structure-algorithm\u002Fmath-library\u002Fsummary","math-library",false,"","Summary","Summary of the math library in Python.",[12,13,14],"python","backend","arrays","2026-03-18",10,{"type":18,"children":19,"toc":680},"root",[20,29,35,42,56,179,185,197,297,303,315,415,421,433,500,506,527,674],{"type":21,"tag":22,"props":23,"children":25},"element","h2",{"id":24},"summary-of-math-library-in-python",[26],{"type":27,"value":28},"text","Summary of Math Library in Python",{"type":21,"tag":30,"props":31,"children":32},"p",{},[33],{"type":27,"value":34},"The math library in Python provides various mathematical functions and constants. Here are some commonly used functions and constants:",{"type":21,"tag":36,"props":37,"children":39},"h3",{"id":38},"sum-of-elements",[40],{"type":27,"value":41},"Sum of Elements",{"type":21,"tag":30,"props":43,"children":44},{},[45,47,54],{"type":27,"value":46},"You can sum elements in a list using the built-in ",{"type":21,"tag":48,"props":49,"children":51},"code",{"className":50},[],[52],{"type":27,"value":53},"sum()",{"type":27,"value":55}," function:",{"type":21,"tag":57,"props":58,"children":61},"pre",{"className":59,"code":60,"language":12,"meta":8,"style":8},"language-python shiki shiki-themes github-light github-dark","numbers = [1, 2, 3, 4, 5]\ntotal = sum(numbers)\nprint(total)  # Output: 15\n",[62],{"type":21,"tag":48,"props":63,"children":64},{"__ignoreMap":8},[65,136,159],{"type":21,"tag":66,"props":67,"children":70},"span",{"class":68,"line":69},"line",1,[71,77,83,88,94,99,104,108,113,117,122,126,131],{"type":21,"tag":66,"props":72,"children":74},{"style":73},"--shiki-default:#24292E;--shiki-dark:#E1E4E8",[75],{"type":27,"value":76},"numbers ",{"type":21,"tag":66,"props":78,"children":80},{"style":79},"--shiki-default:#D73A49;--shiki-dark:#F97583",[81],{"type":27,"value":82},"=",{"type":21,"tag":66,"props":84,"children":85},{"style":73},[86],{"type":27,"value":87}," [",{"type":21,"tag":66,"props":89,"children":91},{"style":90},"--shiki-default:#005CC5;--shiki-dark:#79B8FF",[92],{"type":27,"value":93},"1",{"type":21,"tag":66,"props":95,"children":96},{"style":73},[97],{"type":27,"value":98},", ",{"type":21,"tag":66,"props":100,"children":101},{"style":90},[102],{"type":27,"value":103},"2",{"type":21,"tag":66,"props":105,"children":106},{"style":73},[107],{"type":27,"value":98},{"type":21,"tag":66,"props":109,"children":110},{"style":90},[111],{"type":27,"value":112},"3",{"type":21,"tag":66,"props":114,"children":115},{"style":73},[116],{"type":27,"value":98},{"type":21,"tag":66,"props":118,"children":119},{"style":90},[120],{"type":27,"value":121},"4",{"type":21,"tag":66,"props":123,"children":124},{"style":73},[125],{"type":27,"value":98},{"type":21,"tag":66,"props":127,"children":128},{"style":90},[129],{"type":27,"value":130},"5",{"type":21,"tag":66,"props":132,"children":133},{"style":73},[134],{"type":27,"value":135},"]\n",{"type":21,"tag":66,"props":137,"children":139},{"class":68,"line":138},2,[140,145,149,154],{"type":21,"tag":66,"props":141,"children":142},{"style":73},[143],{"type":27,"value":144},"total ",{"type":21,"tag":66,"props":146,"children":147},{"style":79},[148],{"type":27,"value":82},{"type":21,"tag":66,"props":150,"children":151},{"style":90},[152],{"type":27,"value":153}," sum",{"type":21,"tag":66,"props":155,"children":156},{"style":73},[157],{"type":27,"value":158},"(numbers)\n",{"type":21,"tag":66,"props":160,"children":162},{"class":68,"line":161},3,[163,168,173],{"type":21,"tag":66,"props":164,"children":165},{"style":90},[166],{"type":27,"value":167},"print",{"type":21,"tag":66,"props":169,"children":170},{"style":73},[171],{"type":27,"value":172},"(total)  ",{"type":21,"tag":66,"props":174,"children":176},{"style":175},"--shiki-default:#6A737D;--shiki-dark:#6A737D",[177],{"type":27,"value":178},"# Output: 15\n",{"type":21,"tag":36,"props":180,"children":182},{"id":181},"maximum-value",[183],{"type":27,"value":184},"Maximum Value",{"type":21,"tag":30,"props":186,"children":187},{},[188,190,196],{"type":27,"value":189},"To find the maximum value in a list, you can use the ",{"type":21,"tag":48,"props":191,"children":193},{"className":192},[],[194],{"type":27,"value":195},"max()",{"type":27,"value":55},{"type":21,"tag":57,"props":198,"children":200},{"className":59,"code":199,"language":12,"meta":8,"style":8},"numbers = [1, 2, 3, 4, 5]\nmaximum = max(numbers)\nprint(maximum)  # Output: 5\n",[201],{"type":21,"tag":48,"props":202,"children":203},{"__ignoreMap":8},[204,259,280],{"type":21,"tag":66,"props":205,"children":206},{"class":68,"line":69},[207,211,215,219,223,227,231,235,239,243,247,251,255],{"type":21,"tag":66,"props":208,"children":209},{"style":73},[210],{"type":27,"value":76},{"type":21,"tag":66,"props":212,"children":213},{"style":79},[214],{"type":27,"value":82},{"type":21,"tag":66,"props":216,"children":217},{"style":73},[218],{"type":27,"value":87},{"type":21,"tag":66,"props":220,"children":221},{"style":90},[222],{"type":27,"value":93},{"type":21,"tag":66,"props":224,"children":225},{"style":73},[226],{"type":27,"value":98},{"type":21,"tag":66,"props":228,"children":229},{"style":90},[230],{"type":27,"value":103},{"type":21,"tag":66,"props":232,"children":233},{"style":73},[234],{"type":27,"value":98},{"type":21,"tag":66,"props":236,"children":237},{"style":90},[238],{"type":27,"value":112},{"type":21,"tag":66,"props":240,"children":241},{"style":73},[242],{"type":27,"value":98},{"type":21,"tag":66,"props":244,"children":245},{"style":90},[246],{"type":27,"value":121},{"type":21,"tag":66,"props":248,"children":249},{"style":73},[250],{"type":27,"value":98},{"type":21,"tag":66,"props":252,"children":253},{"style":90},[254],{"type":27,"value":130},{"type":21,"tag":66,"props":256,"children":257},{"style":73},[258],{"type":27,"value":135},{"type":21,"tag":66,"props":260,"children":261},{"class":68,"line":138},[262,267,271,276],{"type":21,"tag":66,"props":263,"children":264},{"style":73},[265],{"type":27,"value":266},"maximum ",{"type":21,"tag":66,"props":268,"children":269},{"style":79},[270],{"type":27,"value":82},{"type":21,"tag":66,"props":272,"children":273},{"style":90},[274],{"type":27,"value":275}," max",{"type":21,"tag":66,"props":277,"children":278},{"style":73},[279],{"type":27,"value":158},{"type":21,"tag":66,"props":281,"children":282},{"class":68,"line":161},[283,287,292],{"type":21,"tag":66,"props":284,"children":285},{"style":90},[286],{"type":27,"value":167},{"type":21,"tag":66,"props":288,"children":289},{"style":73},[290],{"type":27,"value":291},"(maximum)  ",{"type":21,"tag":66,"props":293,"children":294},{"style":175},[295],{"type":27,"value":296},"# Output: 5\n",{"type":21,"tag":36,"props":298,"children":300},{"id":299},"minimum-value",[301],{"type":27,"value":302},"Minimum Value",{"type":21,"tag":30,"props":304,"children":305},{},[306,308,314],{"type":27,"value":307},"To find the minimum value in a list, you can use the ",{"type":21,"tag":48,"props":309,"children":311},{"className":310},[],[312],{"type":27,"value":313},"min()",{"type":27,"value":55},{"type":21,"tag":57,"props":316,"children":318},{"className":59,"code":317,"language":12,"meta":8,"style":8},"numbers = [1, 2, 3, 4, 5]\nminimum = min(numbers)\nprint(minimum)  # Output: 1\n",[319],{"type":21,"tag":48,"props":320,"children":321},{"__ignoreMap":8},[322,377,398],{"type":21,"tag":66,"props":323,"children":324},{"class":68,"line":69},[325,329,333,337,341,345,349,353,357,361,365,369,373],{"type":21,"tag":66,"props":326,"children":327},{"style":73},[328],{"type":27,"value":76},{"type":21,"tag":66,"props":330,"children":331},{"style":79},[332],{"type":27,"value":82},{"type":21,"tag":66,"props":334,"children":335},{"style":73},[336],{"type":27,"value":87},{"type":21,"tag":66,"props":338,"children":339},{"style":90},[340],{"type":27,"value":93},{"type":21,"tag":66,"props":342,"children":343},{"style":73},[344],{"type":27,"value":98},{"type":21,"tag":66,"props":346,"children":347},{"style":90},[348],{"type":27,"value":103},{"type":21,"tag":66,"props":350,"children":351},{"style":73},[352],{"type":27,"value":98},{"type":21,"tag":66,"props":354,"children":355},{"style":90},[356],{"type":27,"value":112},{"type":21,"tag":66,"props":358,"children":359},{"style":73},[360],{"type":27,"value":98},{"type":21,"tag":66,"props":362,"children":363},{"style":90},[364],{"type":27,"value":121},{"type":21,"tag":66,"props":366,"children":367},{"style":73},[368],{"type":27,"value":98},{"type":21,"tag":66,"props":370,"children":371},{"style":90},[372],{"type":27,"value":130},{"type":21,"tag":66,"props":374,"children":375},{"style":73},[376],{"type":27,"value":135},{"type":21,"tag":66,"props":378,"children":379},{"class":68,"line":138},[380,385,389,394],{"type":21,"tag":66,"props":381,"children":382},{"style":73},[383],{"type":27,"value":384},"minimum ",{"type":21,"tag":66,"props":386,"children":387},{"style":79},[388],{"type":27,"value":82},{"type":21,"tag":66,"props":390,"children":391},{"style":90},[392],{"type":27,"value":393}," min",{"type":21,"tag":66,"props":395,"children":396},{"style":73},[397],{"type":27,"value":158},{"type":21,"tag":66,"props":399,"children":400},{"class":68,"line":161},[401,405,410],{"type":21,"tag":66,"props":402,"children":403},{"style":90},[404],{"type":27,"value":167},{"type":21,"tag":66,"props":406,"children":407},{"style":73},[408],{"type":27,"value":409},"(minimum)  ",{"type":21,"tag":66,"props":411,"children":412},{"style":175},[413],{"type":27,"value":414},"# Output: 1\n",{"type":21,"tag":36,"props":416,"children":418},{"id":417},"absolute-value",[419],{"type":27,"value":420},"Absolute Value",{"type":21,"tag":30,"props":422,"children":423},{},[424,426,432],{"type":27,"value":425},"To get the absolute value of a number, you can use the ",{"type":21,"tag":48,"props":427,"children":429},{"className":428},[],[430],{"type":27,"value":431},"abs()",{"type":27,"value":55},{"type":21,"tag":57,"props":434,"children":436},{"className":59,"code":435,"language":12,"meta":8,"style":8},"number = -5\nabsolute_value = abs(number)\nprint(absolute_value)  # Output: 5\n",[437],{"type":21,"tag":48,"props":438,"children":439},{"__ignoreMap":8},[440,462,484],{"type":21,"tag":66,"props":441,"children":442},{"class":68,"line":69},[443,448,452,457],{"type":21,"tag":66,"props":444,"children":445},{"style":73},[446],{"type":27,"value":447},"number ",{"type":21,"tag":66,"props":449,"children":450},{"style":79},[451],{"type":27,"value":82},{"type":21,"tag":66,"props":453,"children":454},{"style":79},[455],{"type":27,"value":456}," -",{"type":21,"tag":66,"props":458,"children":459},{"style":90},[460],{"type":27,"value":461},"5\n",{"type":21,"tag":66,"props":463,"children":464},{"class":68,"line":138},[465,470,474,479],{"type":21,"tag":66,"props":466,"children":467},{"style":73},[468],{"type":27,"value":469},"absolute_value ",{"type":21,"tag":66,"props":471,"children":472},{"style":79},[473],{"type":27,"value":82},{"type":21,"tag":66,"props":475,"children":476},{"style":90},[477],{"type":27,"value":478}," abs",{"type":21,"tag":66,"props":480,"children":481},{"style":73},[482],{"type":27,"value":483},"(number)\n",{"type":21,"tag":66,"props":485,"children":486},{"class":68,"line":161},[487,491,496],{"type":21,"tag":66,"props":488,"children":489},{"style":90},[490],{"type":27,"value":167},{"type":21,"tag":66,"props":492,"children":493},{"style":73},[494],{"type":27,"value":495},"(absolute_value)  ",{"type":21,"tag":66,"props":497,"children":498},{"style":175},[499],{"type":27,"value":296},{"type":21,"tag":36,"props":501,"children":503},{"id":502},"power",[504],{"type":27,"value":505},"Power",{"type":21,"tag":30,"props":507,"children":508},{},[509,511,517,519,525],{"type":27,"value":510},"To calculate the power of a number, you can use the ",{"type":21,"tag":48,"props":512,"children":514},{"className":513},[],[515],{"type":27,"value":516},"pow()",{"type":27,"value":518}," function or the exponent\noperator ",{"type":21,"tag":48,"props":520,"children":522},{"className":521},[],[523],{"type":27,"value":524},"**",{"type":27,"value":526},":",{"type":21,"tag":57,"props":528,"children":530},{"className":59,"code":529,"language":12,"meta":8,"style":8},"base = 2\nexponent = 3\npower = pow(base, exponent) # 2 ^ 3 = 8\nprint(power)  # Output: 8\n\n# Using exponent operator\npower = base ** exponent\nprint(power)  # Output: 8\n",[531],{"type":21,"tag":48,"props":532,"children":533},{"__ignoreMap":8},[534,551,568,595,613,623,632,658],{"type":21,"tag":66,"props":535,"children":536},{"class":68,"line":69},[537,542,546],{"type":21,"tag":66,"props":538,"children":539},{"style":73},[540],{"type":27,"value":541},"base ",{"type":21,"tag":66,"props":543,"children":544},{"style":79},[545],{"type":27,"value":82},{"type":21,"tag":66,"props":547,"children":548},{"style":90},[549],{"type":27,"value":550}," 2\n",{"type":21,"tag":66,"props":552,"children":553},{"class":68,"line":138},[554,559,563],{"type":21,"tag":66,"props":555,"children":556},{"style":73},[557],{"type":27,"value":558},"exponent ",{"type":21,"tag":66,"props":560,"children":561},{"style":79},[562],{"type":27,"value":82},{"type":21,"tag":66,"props":564,"children":565},{"style":90},[566],{"type":27,"value":567}," 3\n",{"type":21,"tag":66,"props":569,"children":570},{"class":68,"line":161},[571,576,580,585,590],{"type":21,"tag":66,"props":572,"children":573},{"style":73},[574],{"type":27,"value":575},"power ",{"type":21,"tag":66,"props":577,"children":578},{"style":79},[579],{"type":27,"value":82},{"type":21,"tag":66,"props":581,"children":582},{"style":90},[583],{"type":27,"value":584}," pow",{"type":21,"tag":66,"props":586,"children":587},{"style":73},[588],{"type":27,"value":589},"(base, exponent) ",{"type":21,"tag":66,"props":591,"children":592},{"style":175},[593],{"type":27,"value":594},"# 2 ^ 3 = 8\n",{"type":21,"tag":66,"props":596,"children":598},{"class":68,"line":597},4,[599,603,608],{"type":21,"tag":66,"props":600,"children":601},{"style":90},[602],{"type":27,"value":167},{"type":21,"tag":66,"props":604,"children":605},{"style":73},[606],{"type":27,"value":607},"(power)  ",{"type":21,"tag":66,"props":609,"children":610},{"style":175},[611],{"type":27,"value":612},"# Output: 8\n",{"type":21,"tag":66,"props":614,"children":616},{"class":68,"line":615},5,[617],{"type":21,"tag":66,"props":618,"children":620},{"emptyLinePlaceholder":619},true,[621],{"type":27,"value":622},"\n",{"type":21,"tag":66,"props":624,"children":626},{"class":68,"line":625},6,[627],{"type":21,"tag":66,"props":628,"children":629},{"style":175},[630],{"type":27,"value":631},"# Using exponent operator\n",{"type":21,"tag":66,"props":633,"children":635},{"class":68,"line":634},7,[636,640,644,649,653],{"type":21,"tag":66,"props":637,"children":638},{"style":73},[639],{"type":27,"value":575},{"type":21,"tag":66,"props":641,"children":642},{"style":79},[643],{"type":27,"value":82},{"type":21,"tag":66,"props":645,"children":646},{"style":73},[647],{"type":27,"value":648}," base ",{"type":21,"tag":66,"props":650,"children":651},{"style":79},[652],{"type":27,"value":524},{"type":21,"tag":66,"props":654,"children":655},{"style":73},[656],{"type":27,"value":657}," exponent\n",{"type":21,"tag":66,"props":659,"children":661},{"class":68,"line":660},8,[662,666,670],{"type":21,"tag":66,"props":663,"children":664},{"style":90},[665],{"type":27,"value":167},{"type":21,"tag":66,"props":667,"children":668},{"style":73},[669],{"type":27,"value":607},{"type":21,"tag":66,"props":671,"children":672},{"style":175},[673],{"type":27,"value":612},{"type":21,"tag":675,"props":676,"children":677},"style",{},[678],{"type":27,"value":679},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":8,"searchDepth":161,"depth":161,"links":681},[682],{"id":24,"depth":138,"text":28,"children":683},[684,685,686,687,688],{"id":38,"depth":161,"text":41},{"id":181,"depth":161,"text":184},{"id":299,"depth":161,"text":302},{"id":417,"depth":161,"text":420},{"id":502,"depth":161,"text":505},"markdown","content:data-structure-algorithm:math-library:summary.md","content","data-structure-algorithm\u002Fmath-library\u002Fsummary.md","data-structure-algorithm\u002Fmath-library\u002Fsummary","md",[696,701,706,712,721,726,731,736,741,750,756,761,766,771,776,781,789,795,802],{"_path":697,"title":698,"description":699,"tags":700,"date":15},"\u002Fdata-structure-algorithm\u002Farray-manipulation\u002Ffor-looping","For Looping in Python","Using for loops to manipulate arrays in Python.",[12,13,14],{"_path":702,"title":703,"description":704,"tags":705,"date":15},"\u002Fdata-structure-algorithm\u002Farray-manipulation\u002Fwhile-looping","While Looping in Python","Using while loops to manipulate arrays in Python.",[12,13,14],{"_path":707,"title":708,"description":709,"tags":710,"date":711},"\u002Fdata-structure-algorithm\u002Fassignments","Assignments","Assignments in Python for competitive programming.",[12,13],"2026-04-10",{"_path":713,"title":714,"description":715,"tags":716,"date":720},"\u002Fdata-structure-algorithm\u002Fbuzzword","Buzzword List DSA","Common terms and concepts in data structures and algorithms.",[717,718,719],"dsa","algorithms","data-structures","2026-04-03",{"_path":722,"title":723,"description":724,"tags":725,"date":711},"\u002Fdata-structure-algorithm\u002Fdata-type","Data Types","Data types in Python for competitive programming.",[12,13],{"_path":727,"title":728,"description":729,"tags":730,"date":711},"\u002Fdata-structure-algorithm\u002Fhash-map","Hash Map","Hash map implementation in Python for competitive programming.",[12,13],{"_path":732,"title":733,"description":734,"tags":735,"date":711},"\u002Fdata-structure-algorithm\u002Finput-output","Input and Output","Handling input and output in Python for competitive programming.",[12,13],{"_path":737,"title":738,"description":739,"tags":740,"date":15},"\u002Fdata-structure-algorithm\u002Fmath-library\u002Fsum","Sum Elements","Using for loops to sum elements in Python.",[12,13,14],{"_path":742,"title":743,"description":744,"tags":745,"date":749},"\u002Fdocker\u002Fcheat-sheets","Docker Cheat Sheets","Cheat sheets for frequently used Docker commands and concepts",[746,747,748],"docker","devops","infrastructure","2026-05-01",{"_path":751,"title":752,"description":753,"tags":754,"date":755},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-container","Docker Container","Introduction to Docker containers and their usage",[746,747,748],"2026-03-12",{"_path":757,"title":758,"description":759,"tags":760,"date":755},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-execution","Docker Execution","Introduction to Docker execution and their usage",[746,747,748],{"_path":762,"title":763,"description":764,"tags":765,"date":755},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-image","Docker Image","Introduction to Docker images and their usage",[746,747,748],{"_path":767,"title":768,"description":769,"tags":770,"date":755},"\u002Fdocker\u002Fdocker-dasar\u002Fdocker-logging","Docker Logging","Introduction to Docker logging and their usage",[746,747,748],{"_path":772,"title":773,"description":774,"tags":775,"date":755},"\u002Fdocker\u002Fdocker-prerequisites\u002Fdocker-installation","Docker Installation","Introduction to Docker installation and their usage",[746,747,748],{"_path":777,"title":778,"description":779,"tags":780,"date":755},"\u002Fdocker\u002Fresources","Docker Resources","Collection of Docker resources for learning and reference",[746,747,748],{"_path":782,"title":783,"description":784,"tags":785,"date":755},"\u002Fjavascript\u002Fpromises","Promise Patterns","Common JavaScript promise patterns and async\u002Fawait usage",[786,787,788],"javascript","frontend","async",{"_path":790,"title":791,"description":792,"tags":793,"date":15},"\u002Fphp\u002Farrays","PHP Array Functions","Essential PHP array functions and patterns",[794,13,14],"php",{"_path":796,"title":797,"description":798,"tags":799,"date":801},"\u002Fphp\u002Fpatterns\u002Fsingleton","Singleton Pattern","Implementing the singleton pattern in PHP",[794,800,13],"patterns","2026-03-13",{"_path":803,"title":804,"description":805,"tags":806,"date":807},"\u002Fphp\u002Freferences","PHP References (&)","Useful PHP reference snippets and patterns",[794,13],"2026-03-19",[809,810,811,812,813,814,815,816,818,819,821,822,824,826,828,829,830,831,832,833],{"_path":697,"title":698,"weight":16},{"_path":702,"title":703,"weight":16},{"_path":707,"title":708,"weight":161},{"_path":713,"title":714,"weight":69},{"_path":722,"title":723,"weight":138},{"_path":727,"title":728,"weight":16},{"_path":732,"title":733,"weight":69},{"_path":737,"title":738,"weight":817},20,{"_path":5,"title":9,"weight":16},{"_path":742,"title":743,"weight":820},100,{"_path":751,"title":752,"weight":817},{"_path":757,"title":758,"weight":823},22,{"_path":762,"title":763,"weight":825},21,{"_path":767,"title":768,"weight":827},23,{"_path":772,"title":773,"weight":16},{"_path":777,"title":778,"weight":69},{"_path":782,"title":783},{"_path":790,"title":791,"weight":69},{"_path":796,"title":797},{"_path":803,"title":804,"weight":138},1777825383931]