[C++ & 자료구조]연결리스트기반의 스택 구현
기존에 CLinkedList.c 와 CLinkedList.h를 이용하여스택을 구현해보았다. (*여기서 SPush할때 데이터를 머리에 추가가아니라 꼬리에 추가 CLinkedList::LInsert(data);를 하면 큐 구조가 되는거 같음) ListBaseStack.h12345678910111213141516171819#ifndef LISTBASESTACK_H#define LISTBASESTACK_H #include "Node.h"#include "CLinkedList.h" class ListStack : public CLinkedList{private: Node *tail;public: bool SIsEmpty(); void SPush(LData data); LData SPop(); LData Peek(..
CS/C++ & DataStructure 2016. 6. 1. 15:51
최근에 올라온 글
최근에 달린 댓글
TAG
- sprite kit
- Mobile Robot Kinematics
- ios custom camera capture
- 객체
- image render
- des
- C++
- 만들기
- 영화
- Swift
- 스택
- draw 이미지
- ios sprite kit
- 스위프트
- TDD
- SKPhysicsbody
- UIGraphicsImageRendererFormat
- slow image
- string
- ios
- QUAD
- swift sprite kit
- 태그를 입력해 주세요.
- 코드스쿼드
- 자료구조
- skscene
- custom Camera
- swift custom camera
- quadcopter
- swift camera 이미지 느림
- Total
- Today
- Yesterday