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

An

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
  • 88
  • 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
  • 81
  • 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
  • 95
  • 0
© 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