[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
- skscene
- string
- 영화
- 객체
- 스위프트
- TDD
- swift camera 이미지 느림
- 만들기
- SKPhysicsbody
- 자료구조
- slow image
- 태그를 입력해 주세요.
- swift custom camera
- ios custom camera capture
- ios
- QUAD
- des
- ios sprite kit
- custom Camera
- 스택
- image render
- Mobile Robot Kinematics
- draw 이미지
- quadcopter
- 코드스쿼드
- C++
- UIGraphicsImageRendererFormat
- swift sprite kit
- Swift
- Total
- Today
- Yesterday