Annie

Annie

  • Homepage
  • Single Posts
    • Format: Image
    • Format: Gallery
      • Archive: #gallery-format
      • Gallery: Single Post Page
    • Format: Video
      • Archive: #video-format
      • Video: Single Post Page
    • Format: Audio
      • Archive: #audio-format
      • Audio: Single Post Page
    • Format: Status
      • Archive: #status-format
      • Status: Single Post Page
    • Format: Quote
      • Archive: #quote-format
      • Quote: Single Post Page
    • Format: Link
      • Archive: #link-format
  • Pages
    • Standard Page
    • No Posts Found
    • Page 404
  • Block Styles

Category:Code

Page №2 of 2
View:
  • January 7, 2025
  • January 7, 2025
  • An
  • Code, Creative, Design, Uncategorized

Test 3 Preparation

import Data.List (transpose) type Maze = [String] sample1 :: Maze sample1 = [“*********”, “* * * *”, “* * * * *”, “* * * * *”, “* * *”, […]

  • Read More
  • 188
  • 0
  • January 7, 2025
  • January 7, 2025
  • An
  • Code, Creative, Design, Uncategorized

solveMaze function explaination

solveMaze x = let all = concat[[(row, colum, char)|(colum, char)<-zip [0..]line] |(row, line )<-zip [0..] x ] (start_r, start_c, _)=head (filter (test ‘s’) all) (end_r, end_c, _)=head (filter (test ‘e’) […]

  • Read More
  • 181
  • 0
  • January 7, 2025
  • January 7, 2025
  • An
  • Code, Creative, Design, Uncategorized

Sample question

–Question: –Modify the BFS algorithm to return a list of all reachable points from the start position (1, 1) in the following maze: — Write a function reachablePoints :: Maze […]

  • Read More
  • 203
  • 0
  • January 7, 2025
  • January 7, 2025
  • pi
  • Code, Creative, Design

Sample question2

Result

  • Read More
  • 196
  • 0
  • January 7, 2025
  • January 7, 2025
  • pi
  • Code, Creative, Design

Test3 Preparation v2

  • Read More
  • 195
  • 0
  • January 7, 2025
  • January 7, 2025
  • pi
  • Code, Creative, Design

solveMaze function explaination v2

  • Read More
  • 662
  • 0
  • January 7, 2025
  • January 14, 2025
  • pi
  • Code

Final Exam

Đây nhe 😀 100/100 nào

  • Read More
  • 10.9K
  • 0

Posts pagination

Newer Posts 1 2
© Annie
  • Homepage
  • Single Posts
    • Format: Image
    • Format: Gallery
      • Archive: #gallery-format
      • Gallery: Single Post Page
    • Format: Video
      • Archive: #video-format
      • Video: Single Post Page
    • Format: Audio
      • Archive: #audio-format
      • Audio: Single Post Page
    • Format: Status
      • Archive: #status-format
      • Status: Single Post Page
    • Format: Quote
      • Archive: #quote-format
      • Quote: Single Post Page
    • Format: Link
      • Archive: #link-format
  • Pages
    • Standard Page
    • No Posts Found
    • Page 404
  • Block Styles
Search:
Search:

Recent Posts

  • Do These Things Bring Me Balance?
  • The Beauty Of The National Park
  • The Sound Of The Present Moment
  • Minimalism Has Been Easy For Me
  • What To Do If There Is No Inspiration

Recent Comments

  1. Alexey T. on This Is An Example Of A Standard Page
  2. James Lyons on This Is An Example Of A Standard Page
  3. Vasilisa Warren on This Is An Example Of A Standard Page
  4. James Lyons on The Beauty Of The National Park
  5. Alexey T. on The Beauty Of The National Park