• LF몰 이벤트
  • 캠퍼스북
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

Data Structures HW2

*성*
최초 등록일
2012.12.01
최종 저작일
2011.04
2페이지/한글파일 한컴오피스
가격 2,000원 할인쿠폰받기
다운로드
장바구니

소개글

연세대학교 데이타구조 숙제입니다. 만점받았습니다

목차

(1) Brief explanation of the problem
(2) Your view as to how it ties in with what we covered in class
(3) Your code
(4) Running time analysis and discussion
(5) Merits and drawbacks of recursive functions

본문내용

(1) Brief explanation of the problem
- There are many kinds of algorithm analysis. Especially, Space complexity and Time complexity is classic. By the way, time complexity is more important than space, because space available tends to be larger and larger but time don`t. So ,in this present homework, we are only interested in running time. The running time is different according to a code. Therefore it is a goal to find out my running time and analysis my code and finally think about my merits and drawbacks of my code.
(2) Your view as to how it ties in with what we covered in class
- We learned about algorithm analysis. The running time means if the algorithm is fast or not. Most of all the Asymptotic Notation which is to simplify analysis by getting rid of unneeded information and Big-Oh Notation is related with this homework.

<중 략>

(4) Running time analysis and discussion
- In solving the running time, algorithms are measured by their worst case typically. And the function call must be analyzed first.
So ,in my code, I consider the function call(line7~10) first.
when n=0 , line 8 is true so the running time is k(arbitrary constant).
when n>0, line 9 and 10 is worked. So if we assume T(n) is the running time fibo(n) then we can find the running time is T(n)=T(n-1)+k` where k` include line 8 , % and +(or/). By an arithmetical progression, T(n)=3n+k``(k`` is arbitrary constant).
Lastly, we should consider for function(line4). In line 4 the running time is 2m+4 because of 1(i=0)+(m+2(i?n))+(m+1(i++)).

참고 자료

Data Structures and Algorithm Analysis In C (Mark Allen Weiss)
*성*
판매자 유형Bronze개인

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우

이런 노하우도 있어요!더보기

찾던 자료가 아닌가요?아래 자료들 중 찾던 자료가 있는지 확인해보세요

  • 파일확장자 [A+, 에리카] 2021-1학기 논리설계및실험 Verilog HDL 3 실험결과보고서 7페이지
    HDL과 VHDL- FPGA나 집적회로 등의 전자 회로 및 시스템에 사용되는 하드웨어 ... 설계- 주로 Data Flow level과 Structural level을 ... FPGA의 7 segment를 이용하여 Timer를 설계해본다.Chapter 2.
  • 파일확장자 [A+, 에리카] 2021-1학기 논리설계및실험 Verilog HDL 2 실험결과보고서 6페이지
    HDL과 VHDL- FPGA나 집적회로 등의 전자 회로 및 시스템에 사용되는 하드웨어 ... 설계- 주로 Data Flow level과 Structural level을 ... 이용하여 Full adder와 D 플립플롭을 설계해본다.Chapter 2.
  • 한글파일 Data Structures HW1 2페이지
    Data Structures 과제명: HW1 (Recursion) 제출일: ... briefly you my code below. # include ... It is a goal of the problem. (2) Your view
  • 한글파일 학점A+받는 영남이공대학 전자계열 마이크로컴퓨터 [The Structure of CPU II] 6페이지
    ALU란, 각종 산술 연산들과 논리 연산들을 수행하는 회로들로 이루어진 하드웨어입니다.산술연산에는 ... Explain the "Internal Structure of CPU".CPU의 ... 제어기능을 실행하도록 합니다.자세한 내용은 뒤에 추가적으로 설명하겠습니다.2.
  • 한글파일 NCS 기반 네트워크 관리 직무기술서 작성하기 4페이지
    하드웨어, 운영체제, 소프트웨어 관련 특성, 서버, 네트워크에 대한 특성 ... Base Management System), 하드웨어, 운영체제와의 호환성을 ... 기반 네트워크 관리 직무기술서 작성하기 NCS 기반 직무기술서 작성하기 2주차
더보기
최근 본 자료더보기
탑툰 이벤트
Data Structures HW2
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업