BRONZE
BRONZE 등급의 판매자 자료

데이터구조 - HW4 - The Librarian and Lexical trees - 연세대학교 최정윤 교수님

데이터구조 연세대 최정윤교수님 HW4입니다 The Librarian and Lexical trees 보고서 첨부되어있습니다.
6 페이지
압축파일
최초등록일 2011.12.20 최종저작일 2011.10
데이터구조 - HW4 - The Librarian and Lexical trees - 연세대학교 최정윤 교수님
  • 미리보기

    소개

    데이터구조 연세대 최정윤교수님 HW4입니다

    The Librarian and Lexical trees

    보고서 첨부되어있습니다.

    컴파일 실행환경

    Microsoft Visual C++ 6

    본문내용

    EEE2020-01 Data Structures 2011 Fall term Jeung-Yoon Choi

    Homework 4
    The Librarian and Lexical trees
    (assigned 11/3/11, due 11/10/11)

    The Librarian would like to be able to store data related to some of her favorite books, as well as a couple of thousand other volumes. Here are some of the titles:

    1. 20,000 Leagues Under the Sea by Jules Verne
    2. War of the Worlds by H. G. Wells
    3. Childhood’s End by Arthur C. Clarke
    4. Foundation by Isaac Asimov
    5. Ringworld by Larry Niven
    6. Ringworld Engineers by Larry Niven
    7. Fahrenheit 451 by Ray Bradbury
    8. Stranger in a Strange Land by Robert Heinlein
    9. Dune by Frank Herbert
    10. The Hitchhiker’s Guide to the Galaxy by Douglas Adams
    11. Ender’s Game by Orson Scott Card

    She would like her friend, the Programmer (that’s you), to help her with her task. Please help her design a scheme to organize her holdings. You remember (somewhat vaguely) learning about trees in class, and decide you’d like to try them out. Here’s the plan:

    (1) Design a method to transform book titles into a suitable data format.
    (2) Using (1), construct a lexical tree from the 10 titles listed above.

    Here is an example of a lexical tree.











    Here, # represents the start of a title, and a denotes a valid entry in the book list. Only entries with a need to be considered. Also, at a given node, we only need to consider the children nodes to find possibilities for the following letter. That is, after finding an instance of “i”, we only need to search whether the following letter is “s” or “t.” If the following letter is neither, then we can conclude that no further searches are necessary.

    In this assignment, you will construct a lexical tree for the 10 book titles in given above. Then, you will implement a traversal of the tree to list all the books in alphabetical order. What type of tree traversal will give you the desired result?

    You may choose to implement a lexical tree that is different from the one shown here. For example, you may construct a tree starting from the end of a title. Again, what type of tree traversal will result in an alphabetical listing of the dictionary entries?

    You may refer to and use code related to trees and from the textbook, from Chapters 4.

    The report should be written in English, and should not exceed 3 pages (excluding code).

    The report should include
    (1) Brief explanation of the problem
    (2) Your view as to how it ties in with what we covered in class
    (3) Short explanation of your code
    (4) Your code (hard copy)
    (5) Your code (soft copy)

    Grades will not be based on English fluency or writing style.
    Grades will be based on correctness of implementation and sincerity of effort.

    Good luck!

    참고자료

    · 없음
  • 자료후기

      Ai 리뷰
      지식판매자의 자료를 통해 새로운 인사이트를 얻을 수 있었습니다. 주제가 흥미롭고, 내용이 충실해 많은 도움이 되었습니다. 추천할 만한 자료입니다! 감사합니다!
    • 자주묻는질문의 답변을 확인해 주세요

      해피캠퍼스 FAQ 더보기

      꼭 알아주세요

      • 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
        자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
        저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
      • 해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.
        파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
        파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우
    문서 초안을 생성해주는 EasyAI
    안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
    저는 아래와 같이 작업을 도와드립니다.
    - 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
    - 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
    - 스토어에서 무료 캐시를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
    이런 주제들을 입력해 보세요.
    - 유아에게 적합한 문학작품의 기준과 특성
    - 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
    - 작별인사 독후감
    해캠 AI 챗봇과 대화하기
    챗봇으로 간편하게 상담해보세요.
    2025년 07월 17일 목요일
    AI 챗봇
    안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
    5:49 오후